Microsoft Internet Security and Acceleration Server 2004 SDK

NetworkType Property of IFPCNetwork[C++]

FPCNetwork.NetworkType [Visual Basic]

[C++]

The NetworkType property gets a value from the FpcNetworkTypes enumerated type that specifies the type of network, such as the predefined Default External, Internal, Local Host, VPN Clients, or Quarantined VPN Clients network, or a user-defined network.

HRESULT get_NetworkType(
  FpcNetworkTypes* pType
);

Parameters

pType
Pointer to a variable that on return receives a value from the FpcNetworkTypes enumerated type specifying the type of network.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The NetworkType property gets a value from the FpcNetworkTypes enumerated type that specifies the type of network, such as the predefined Default External, Internal, Local Host, VPN Clients, or Quarantined VPN Clients network, or a user-defined network.

Property NetworkType As FpcNetworkTypes

Property Value

Value from the FpcNetworkTypes enumerated type that specifies the type of network.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCNetwork