IIdentityManagementService.GetScopeName Method

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.String

    scope id, which is the project or domain Uri

Return Value

Type: System.String
The scope name.

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace