FPCVendorParametersSets collection

Applies to: desktop apps only

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.

Ff826828.bkbutton(en-us,VS.85).png Click here to see the Forefront TMG object hierarchy.

Members

The FPCVendorParametersSets collection has these types of members:

  • Methods
  • Properties

Methods

The FPCVendorParametersSets collection has these 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 has these properties.

Property Access type Description

_NewEnum

Read-only

Gets an enumerator object for the collection.

Count

Read-only

Gets the number of FPCVendorParametersSet objects in the collection.

 

Interfaces for C++ Programming

This collection implements the IFPCVendorParametersSets interface.

Requirements

Minimum supported client

Windows Vista, None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

See also

COM Objects

 

 

Build date: 7/12/2010