IVersionTag.VersionTag Property
Gets or sets the version tag.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
ReadOnly Property VersionTag As Integer
'Usage
Dim instance As IVersionTag
Dim value As Integer
value = instance.VersionTag
int VersionTag { get; }
property int VersionTag {
int get ();
}
function get VersionTag () : int
Property Value
Type: System.Int32
Remarks
Collection must increment the version tag when Add, Remove, or Clear operations are performed.
.NET Framework Security
- 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.