Udostępnij za pośrednictwem


LabelItemSpec.Version Property

This is the version of the item(s) that are being included in the label. If this is an exclusion the version should not be specified.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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.Server.VersionSpec
Returns VersionSpec.

.NET Framework Security

See Also

Reference

LabelItemSpec Class

Microsoft.TeamFoundation.VersionControl.Server Namespace