LabelItemSpec.Version Property
Gets or sets the version of this label.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Version As VersionSpec
public VersionSpec Version { get; set; }
public:
property VersionSpec^ Version {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member Version : VersionSpec with get, set
function get Version () : VersionSpec
function set Version (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version of this label.
.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.