FPCIPAddresses Collection
Internet Security and Acceleration Server 2004/2006 SDK
The FPCIPAddresses collection holds a set of IP addresses stored as strings in dot-decimal format.
This collection can be accessed through the IPAddresses property of an FPCIPOnNetwork object. This collection can also be accessed through the AdditionalVIPs property of an FPCNLBCluster object (introduced in ISA Server 2006).
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. |
Interfaces for C++ Programming
This collection implements the IFPCIPAddresses interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |