LabelItemSpec.Version Property
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Version As VersionSpec
'Usage
Dim instance As LabelItemSpec
Dim value As VersionSpec
value = instance.Version
instance.Version = value
public VersionSpec Version { get; set; }
public:
property VersionSpec^ Version {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
public function get Version () : VersionSpec
public function set Version (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
.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.