Microsoft Internet Security and Acceleration Server 2000

FPCVendorParametersSets Collection

The FPCVendorParametersSets collection is used to access the collection of FPCVendorParametersSet objects. Most ISA objects have a VendorParametersSets property that is a reference to this FPCVendorParametersSets collection. A third party can use this collection to associate private sets of configuration information with the object being extended. All objects that have a VendorParametersSets property are extensible.

Each set is identified by a globally unique identifier (GUID) that is provided to the Add method when a new set is created.

By using the FPCVendorParametersSets collection also permits a third party to take advantage of the backup-and-restore capabilities of ISA. Any data stored in this collection is backed up with the rest of the objects whenever a backup is done. The third-party data is also saved to the Active Directory, when available, by the Save method of this collection, or whenever the Save method of the object being extended is called. You don't need to write code to read and write directly from the Registry or the Active Directory when using this collection because reading from and writing to storage are taken care of by the Save and Refresh methods.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCVendorParametersSets interface.

Methods

The following table lists the methods of the FPCVendorParametersSets collection.

Method Description
Add Creates a new FPCVendorParametersSet object, inserts it into the collection, and returns a reference to it.
Item Returns the given FPCVendorParametersSet 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 parameters set from the collection.
Save Saves the collection's configuration to persistent storage.

Properties

The following table lists the properties of the FPCVendorParametersSets collection.

Property Description
Count Gets the number of FPCVendorParametersSet objects in the collection.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.