Microsoft Internet Security and Acceleration Server 2004 SDK

NetworkConnectionType Property of IFPCNetwork[C++]

FPCNetwork.NetworkConnectionType [Visual Basic]

[C++]

The NetworkConnectionType property gets or sets a value from the FpcNetworkConnectionType enumerated type that specifies the type of connection to the network, such as a connection through a network adapter, a virtual private network (VPN) connection, a dial-up connection, or an Internet Protocol security (IPSec) connection.

HRESULT get_NetworkConnectionType(
  FpcNetworkConnectionType* pConnectionType
);

HRESULT put_NetworkConnectionType(
  FpcNetworkConnectionType ConnectionType
);

Parameters

pConnectionType
Pointer to a variable that on return receives a value from the FpcNetworkConnectionType enumerated type specifying the type of connection to the network.
ConnectionType
Value from the FpcNetworkConnectionType enumerated type that specifies the type of connection to the 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/write.

[Visual Basic]

The NetworkConnectionType property gets or sets a value from the FpcNetworkConnectionType enumerated type that specifies the type of connection to the network, such as a connection through a network adapter, a virtual private network (VPN) connection, a dial-up connection, or an Internet Protocol security (IPSec) connection.

Property NetworkConnectionType As FpcNetworkConnectionType

Property Value

Value from the FpcNetworkConnectionType enumerated type that specifies the type of connection to the network.

Remarks

This property is read/write.

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