Microsoft Internet Security and Acceleration Server 2000 |
The FPCClientAddressSets collection provides access to a group of FPCClientAddressSet objects. Each object within this collection defines a set of client IPs used by a rule. Each client IP within the set is stored in an FPCIpRange object.
The FPCClientAddressSets collection is a property of an FPCPolicyElements object.
Click here to see the ISA object hierarchy.
This collection implements the IFPCClientAddressSets interface.
The following table lists the methods of the FPCClientAddressSets collection.
Method | Description |
---|---|
Add | Creates a new client set, inserts it into the collection, and returns a reference to it. |
Item | Retrieves the given FPCClientAddressSet object from the collection. |
Refresh | Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Remove | Removes a client set from the collection. |
Save | Saves the collection's configuration to persistent storage. |
The following table lists the properties of the FPCClientAddressSets collection.
Property | Description |
---|---|
Count | Gets the number of FPCClientAddressSet objects in the collection. |
VendorParametersSets | Gets a reference to an object for storing and loading custom data into the FPCClientAddressSets collection's storage. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.