Share via


LabelVersionSpec.Label Property

Gets or sets the label.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Label As String
'Usage
Dim instance As LabelVersionSpec 
Dim value As String 

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
public function get Label () : String 
public function set Label (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

LabelVersionSpec Class

LabelVersionSpec Members

Microsoft.TeamFoundation.VersionControl.Client Namespace