This documentation is archived and is not being maintained.

WorkItem.Rev Property

Gets the integer that represents the revision number of this work item.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

'Declaration
Public ReadOnly Property Rev As Integer

Property Value

Type: System.Int32
The integer that represents the revision number of this work item.

The Rev property gets the value that is stored in the Revision property.

Show: