VersionsDataSet.VersionsRow.Revision property
Specifies the revision number in a Project Professional version.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property Revision As Integer
Get
Set
'Usage
Dim instance As VersionsDataSet.VersionsRow
Dim value As Integer
value = instance.Revision
instance.Revision = value
public int Revision { get; set; }
Property value
Type: System.Int32
See also
Reference
VersionsDataSet.VersionsRow class