IConfiguration.Fields Property
Exchange Server 2003
Topic Last Modified: 2004-06-08
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.