Share via


CommerceResource.Revision Property (BCL)

The Revision property is a read-only Int32 that represents the revision number of the resource. If the revision number of the resource is 1.2.3, the Revision property is 3.

Definition

[Visual Basic .NET]

Public ReadOnly Property Revision( _
  ) As System.Int32

[C#]

public System.Int32 Revision(
  ){get;} 

Property Value

An Int32 that represents the revision number of the resource.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Configuration

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.