IdentityManagementWebService.GetScopeName Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
<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.String
Return Value
Type: System.String
.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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace