IIdentityManagementService.GetScopeName Method

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace