Platform SDK: Exchange 2000 Server

Fields Property

[This is preliminary documentation and subject to change.]

Returns the Fields object contains the currently defined configuration settings.

[Visual Basic]
Property Fields as ADODB.Fields
read-only
default
[C++]
HRESULT get_Fields(Fields** pFields);
[IDL]
HRESULT [propget,id(0)] Fields([out,retval] Fields** pFields);
pFields [C++,IDL]
If the method succeeds, then on return, the passed address holds a reference to the requested interface.

Remarks

The 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 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.

See Also

http://schemas.microsoft.com/cdo/configuration/ namespace .