IFPCVpnConfiguration::StaticAddressPool property

Applies to: desktop apps only

The StaticAddressPool property gets an FPCIPRangeSet collection that contains objects defining the IP address ranges in the static address pool from which a VPN 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_StaticAddressPool(
  IFPIpRangeSet **ppIpRangeSet
);
' Data type: FPCIpRangeSet

Property StaticAddressPool( _
  ByVal ppIpRangeSet As IFPIpRangeSet _
) As FPCIpRangeSet

Property value

Reference to the FPCIpRangeSet collection that represents the static address pool from which a VPN 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 of the FPCServer object to retrieve and modify the static address pool for each VPN server.

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

FPCVpnConfiguration

 

 

Build date: 7/12/2010