IdentityManagementWebService.GetScopeName Method
Gets the name of the scope for the provided id
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
scopeId
Type: System.StringThe id for the scope.
Return Value
Type: System.String
The scope name for the id.
.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.