LabelResult.Scope Property
Gets the scope of this label result.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public ReadOnly Property Scope As String
Get
public string Scope { get; }
public:
property String^ Scope {
String^ get ();
}
member Scope : string
function get Scope () : String
Property Value
Type: System.String
The scope of this label result.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.