Teilen über


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 IGlobalConfig
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

A Fields object is an ADODB.Fields object.

Returns group-level configuration data.

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

Permissions

See Also

Reference

IGlobalConfig Interface

IGlobalConfig Members

Microsoft.CommerceServer.Interop.Configuration Namespace