Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scope name for the provided scope id.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetScopeName ( _
scopeId As String _
) As String
string GetScopeName(
string scopeId
)
String^ GetScopeName(
String^ scopeId
)
abstract GetScopeName :
scopeId:string -> string
function GetScopeName(
scopeId : String
) : String
Parameters
scopeId
Type: System.Stringscope id, which is the project or domain Uri
Return Value
Type: System.String
The scope name.
.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.