FPCVendorParametersSets Collection

The FPCVendorParametersSets collection holds an ordered set of FPCVendorParametersSet objects. Most Forefront TMG objects have a VendorParametersSets property that retrieves 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, a third party can take advantage of the configuration storage capabilities of Forefront TMG. The third-party data can be written to persistent storage by calling the Save method of this collection, the Save method of the object being extended, or the Save method of any object that contains the object being extended. Similarly, the stored values of the third-party data can be read from persistent storage by calling the Refresh method of this collection, the Refresh method of the object being extended, or the Refresh method of any object that contains the object being extended.

Click here to see the Forefront TMG object hierarchy.

Methods

The FPCVendorParametersSets collection defines the following methods.

Method Description

Add

Creates a new FPCVendorParametersSet object in the collection and returns a reference to it.

CancelWaitForChanges

Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only).

Item

Returns the requested FPCVendorParametersSet object from the collection.

Refresh

Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved.

Remove

Removes the specified FPCVendorParametersSet object from the collection.

Save

Writes the current values of all the properties of the collection and its elements to persistent storage.

WaitForChanges

Registers to wait for an event indicating that the contents of the collection have changed (for use in C and C++ programming only).

Properties

The FPCVendorParametersSets collection defines the following properties.

Property Description

_NewEnum

Gets an enumerator object for the collection.

Count

Gets the number of FPCVendorParametersSet objects in the collection.

Interfaces for C++ Programming

This collection implements the IFPCVendorParametersSets interface.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.