Share via


TfvcLabelRequestData.LabelScope Property

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property LabelScope As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string LabelScope { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ LabelScope {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
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

TfvcLabelRequestData Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace