Microsoft Internet Security and Acceleration Server 2004 SDK

FPCIPAddresses Collection

The FPCIPAddresses collection holds a set of IP addresses stored as strings.

This collection is typically accessed through the IPAddresses property of an FPCIPOnNetwork object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCIPAddresses collection defines the following methods.

Method Description
Add Adds an IP address to the collection.
Item Retrieves the requested IP address from the collection.
Refresh Reads the collection's data from persistent storage, discarding any changes that were not saved.
Remove Removes the specified IP address from the collection.
RemoveAll Removes all of the IP addresses from the collection.
Save Writes the current data for the collection and its elements to persistent storage.

Properties

The FPCIPAddresses collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of IP addresses in the collection.

Remarks

This collection implements the IFPCIPAddresses 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