ItemIdentifier.Version Property

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

'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 that is associated with this ItemIdentifier.

.NET Framework Security

See Also

Reference

ItemIdentifier Class

Microsoft.TeamFoundation.VersionControl.Client Namespace