Microsoft Internet Security and Acceleration Server 2004 SDK

IpRangeSet Property of IFPCNetwork[C++]

FPCNetwork.IpRangeSet [Visual Basic]

[C++]

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

HRESULT get_IpRangeSet(
  IFPCIpRangeSet** ppIpRangeSet
);

Parameters

ppIpRangeSet
Address of an interface pointer that on return points to an IFPCIpRangeSet interface that represents the collection of IP ranges defining the network.

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

[Visual Basic]

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

Property IpRangeSet As FPCIpRangeSet

Property Value

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

Remarks

This property is read-only and is available only for the Internal network and user-defined networks. The set of IP ranges can be modified through the FPCIpRangeSet collection 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

FPCNetwork