Fields Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets an object whose contents include recordsets that hold the configuration settings of resources.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
ReadOnly Property Fields As Fields
'Usage
Dim instance As IGlobalConfig2
Dim value As Fields

value = instance.Fields
Fields Fields { get; }
property Fields^ Fields {
    Fields^ get ();
}
function get Fields () : Fields

Property Value

Type: Fields
This property returns a collection of ADODB.Fields objects.

Remarks

The Initialize method must be called before this method can be called.

Permissions

See Also

Reference

IGlobalConfig2 Interface

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace