IIdentityManagementService.GetScopeName Method
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
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.