CommerceResource Class (BCL)

Represents the collection of configuration properties for a site resource.

This class is sealed.

System.Object
   Microsoft.CommerceServer.Runtime.Configuration.CommerceResource

Public Instance Methods

Method Description
GetEnumerator Gets an enumerator for enumerating the property names of all the resource properties in the resource.

 

Public Instance Properties

Property Description
Item(String) Indexer to retrieve a resource property given the property name.
MajorVersion Gets an Int32 representing the major version number of the resource. If the version number of the resource is 1.2.3, the MajorVersion property is 1.
MinorVersion Gets an Int32 representing the minor version number of the resource. If the version number of the resource is 1.2.3, the MinorVersion property is 2.
Name Gets the name of the resource.
Revision Gets an Int32 representing the revision number of the resource. If the version number of the resource is 1.2.3, the Revision property is 3.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Configuration

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.