Share via


Revision Property

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

Gets a value representing the revision number of the resource.

Namespace:  Microsoft.CommerceServer.Runtime.Configuration
Assembly:  Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)

Syntax

'Declaration
Public ReadOnly Property Revision As Integer
'Usage
Dim instance As CommerceResource
Dim value As Integer

value = instance.Revision
public int Revision { get; }
public:
property int Revision {
    int get ();
}
public function get Revision () : int

Property Value

Type: System..::.Int32
A value representing the revision number of the resource.

Remarks

Gets the value of the revision component of the version number. If the version of the resource is 1.2.3, the Revision is 3. The value is returned from a helper function that parses the version string.

Permissions

See Also

Reference

CommerceResource Class

CommerceResource Members

Microsoft.CommerceServer.Runtime.Configuration Namespace

MajorVersion

MinorVersion