Microsoft Internet Security and Acceleration Server 2004 SDK

FPCReadOnlyIpRangeSet Collection

The FPCReadOnlyIpRangeSet collection holds a set of FPCReadOnlyIpRangeEntry objects that define the read-only IP address range. The FPCReadOnlyIpRangeSet collection is typically accessed through the IpRanges property of an FPCAdapter object. This collection can be used to retrieve information about the IP address ranges that are routed through a network adapter.

Click here to see the ISA Server object hierarchy.

Methods

The FPCReadOnlyIpRangeSet collection defines the following methods.

Method Description
IsIpInSet Determines whether the specified IP address is included in an IP address range in the collection.
IsRangeIntersect Determines whether the specified IP address range intersects any of the IP address ranges in the collection.
Item Retrieves the requested FPCReadOnlyIpRangeEntry object from the collection.
Refresh Reads all of the properties of the collection and its elements from persistent storage, overwriting any changes that were not saved.

Properties

The FPCReadOnlyIpRangeSet collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCReadOnlyIpRangeEntry objects in the collection.

Remarks

This collection implements the IFPCReadOnlyIpRangeSet interface.

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

COM Objects