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.
The FPCVendorParametersSets collection defines the following methods.
Method | Description |
---|---|
Creates a new FPCVendorParametersSet object in the collection and returns a reference to it. |
|
Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only). |
|
Returns the requested FPCVendorParametersSet object from the collection. |
|
Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved. |
|
Removes the specified FPCVendorParametersSet object from the collection. |
|
Writes the current values of all the properties of the collection and its elements to persistent storage. |
|
Registers to wait for an event indicating that the contents of the collection have changed (for use in C and C++ programming only). |
The FPCVendorParametersSets collection defines the following properties.
Property | Description |
---|---|
Gets an enumerator object for the collection. |
|
Gets the number of FPCVendorParametersSet objects in the collection. |
This collection implements the IFPCVendorParametersSets interface.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.