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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.