Microsoft Internet Security and Acceleration Server 2004 SDK

VpnStaticAddressPool Property of IFPCServer[C++]

FPCServer.VpnStaticAddressPool [Visual Basic]

[C++]

The VpnStaticAddressPool property gets an FPCReadOnlyIpRangeSet collection that contains objects representing the IP address ranges comprising the VPN static address pool for the server. The VPN static address pool contains the IP addresses that ISA Server can assign to a VPN client when it connects to the server.

HRESULT get_VpnStaticAddressPool(
  IFPCReadOnlyIpRangeSet** ppVpnStaticAddressPool
);

Parameters

ppVpnStaticAddressPool
Address of an interface pointer that on return points to the IFPCReadOnlyIpRangeSet interface that represents the VPN static address pool for the server.

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 VpnStaticAddressPool property gets an FPCReadOnlyIpRangeSet collection that contains objects representing the IP address ranges comprising the VPN static address pool for the server. The VPN static address pool contains the IP addresses that ISA Server can assign to a VPN client when it connects to the server.

Property VpnStaticAddressPool As FPCReadOnlyIpRangeSet

Property Value

Reference to the FPCReadOnlyIpRangeSet collection that represents the VPN static address pool for the server.

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

FPCServer