VersionControlLabelDocumentItem.Version Property
If Exists is true, this property will be non-null.
The changeset number of the item as it is in the label.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Version As Nullable(Of Integer)
public Nullable<int> Version { get; }
public:
property Nullable<int> Version {
Nullable<int> get ();
}
member Version : Nullable<int> with get
function get Version () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
Returns Int32.
.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.
See Also
Reference
VersionControlLabelDocumentItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace