Microsoft Internet Security and Acceleration Server 2000 |
The FPCDestinationSet collection defines a set of destinations stored as FPCDestination objects. The rules of an ISA server use these destinations.
You use an FPCDestinationSet collection to define site and content rules, publishing rules, and routing rules. For example, you could create a destination set containing sport sites, and then define a rule that prohibited access to these destinations during work hours.
A destination consists of two parts — a host description and a path within this host. For example, in "www.microsoft.com/scripting", "www.microsoft.com" is the host and "scripting" is the path. A host can be specified by domain name, IP address, or an IP range denoted by a From and To pair of settings.
This collection is a member of the FPCDestinationSets collection.
Click here to see the ISA object hierarchy.
This collection implements the IFPCDestinationSet interface.
The following table lists the methods of the FPCDestinationSet collection.
Method | Description |
---|---|
Add | Creates a new FPCDestination object in the collection and returns a reference to it. |
Item | Retrieves the given FPCDestination object from the collection. |
Refresh | Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved. |
Remove | Removes a destination object from the collection. |
Save | Saves the collection's configuration to persistent storage. |
The following table lists the properties of the FPCDestinationSet collection.
Property | Description |
---|---|
Count | Gets the number of destination objects in the collection. |
Description | Gets or sets the description of the set. |
Name | Gets or sets the name of the destination set. |
VendorParametersSets | Gets a reference to an object for storing and loading custom data into the FPCDestinationSet collection's storage. |
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Msfpccom.idl.