Microsoft Internet Security and Acceleration Server 2004 SDK

VpnConfiguration Property of IFPCNetworkConfiguration[C++]

FPCNetworkConfiguration.VpnConfiguration [Visual Basic]

[C++]

The VpnConfiguration property gets an FPCVpnConfiguration object that defines the VPN settings for an ISA Server computer serving as a VPN gateway.

HRESULT get_VpnConfiguration(
  IFPCVpnConfiguration** ppVpnConfiguration
);

Parameters

ppVpnConfiguration
Address of an interface pointer that on return points to an IFPCVpnConfiguration interface that defines the VPN settings for an ISA Server computer serving as a VPN gateway.

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. You can modify the VPN settings by calling the properties and methods of the IFPCVpnConfiguration interface retrieved.

[Visual Basic]

The VpnConfiguration property gets an FPCVpnConfiguration object that defines the VPN settings for an ISA Server computer serving as a VPN gateway.

Property VpnConfiguration As FPCVpnConfiguration

Property Value

Reference to an FPCVpnConfiguration object that defines object that defines the VPN settings for an ISA Server computer serving as a VPN gateway.

Remarks

This property is read-only. You can modify the VPN settings by calling the properties and methods of the FPCVpnConfiguration object retrieved.

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

FPCNetworkConfiguration