IdentityManagementWebService.GetScopeName Method

Gets the name of the scope for the provided id

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetScopeName ( _
    scopeId As String _
) As String
[WebMethodAttribute]
public string GetScopeName(
    string scopeId
)
[WebMethodAttribute]
public:
String^ GetScopeName(
    String^ scopeId
)
[<WebMethodAttribute>]
member GetScopeName : 
        scopeId:string -> string
public function GetScopeName(
    scopeId : String
) : String

Parameters

Return Value

Type: System.String
The scope name for the id.

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace