Gets or sets the version that is associated with this ItemIdentifier.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Property Version As VersionSpec
    Get
    Set
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 that is associated with this ItemIdentifier.
.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.