This topic has not yet been rated - Rate this topic

IConfiguration.Fields Property

Exchange Server 2003

Topic Last Modified: 2004-06-08

The Fields property returns the Fields object that contains the currently defined configuration settings.

Property Fields as ADODB.Fields
read-only
default
HRESULT get_Fields(Fields** pFields);

pFields

If the method succeeds, on return, the passed address holds a reference to the requested interface.

The Microsoft® Active X® Data Objects (ADO) Fields object is a collection of ADO Field objects containing name/value pairs that define a configuration. The name is always a string, and the value is a VARIANT, the subtype of which depends upon the type of property.

The IConfiguration interface is normally exposed by instances of the Configuration Component Object Model (COM) class. The list of fields available for instances of the Configuration COM class can be found in the http://schemas.microsoft.com/cdo/configuration/ namespace.

The Fields property is the default property for the interface.

Did you find this helpful?
(1500 characters remaining)