IFPCNetwork::IpRangeSet property

Applies to: desktop apps only

The IpRangeSet property gets an FPCIpRangeSet collection that contains the set of IP address ranges defining the network.

This property is read-only.

Syntax

HRESULT get_IpRangeSet(
  IFPCIpRangeSet **ppIpRangeSet
);
' Data type: FPCIpRangeSet

Property IpRangeSet( _
  ByVal ppIpRangeSet As IFPCIpRangeSet _
) As FPCIpRangeSet

Property value

Reference to an FPCIpRangeSet collection that contains the set of IP address ranges defining the network.

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 and is available only for the Internal network and user-defined networks. The set of IP address ranges can be modified through the FPCIpRangeSet collection retrieved (the IFPCIpRangeSet interface retrieved in C++).

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

FPCNetwork

 

 

Build date: 7/12/2010