Share via


TfvcLabelRef.LabelScope Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False, Order := )> _
Public Property LabelScope As String
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public string LabelScope { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property String^ LabelScope {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member LabelScope : string with get, set
function get LabelScope () : String 
function set LabelScope (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfvcLabelRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace