IFPCServer::VpnStaticAddressPool property

Applies to: desktop apps only

The VpnStaticAddressPool property gets an FPCReadOnlyIpRangeSet collection that contains objects defining the IP address ranges in the static address pool from which the server can assign IP addresses to VPN clients and remote VPN servers connecting to it. (This property is deprecated in Forefront TMG.)

This property is read-only.

Syntax

HRESULT get_VpnStaticAddressPool(
  IFPCReadOnlyIpRangeSet **ppVpnStaticAddressPool
);
' Data type: FPCReadOnlyIpRangeSet

Property VpnStaticAddressPool( _
  ByVal ppVpnStaticAddressPool As IFPCReadOnlyIpRangeSet _
) As FPCReadOnlyIpRangeSet

Property value

Reference to the FPCReadOnlyIpRangeSet collection that represents the static address pool from which the server can assign IP addresses to VPN clients and remote VPN servers connecting to it.

Error codes

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

Remarks

This property is read-only. This property is deprecated in Forefront TMG. In Forefront TMG, use the VpnStaticAddressPoolEx property.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCServer

 

 

Build date: 7/12/2010