ITeamFoundationIdentityService.GetScopeInfo Method
Gets info about an IMS scope.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub GetScopeInfo ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
<OutAttribute> ByRef scopeName As String, _
<OutAttribute> ByRef administrators As IdentityDescriptor, _
<OutAttribute> ByRef isGlobal As Boolean _
)
void GetScopeInfo(
TeamFoundationRequestContext requestContext,
string scopeId,
out string scopeName,
out IdentityDescriptor administrators,
out bool isGlobal
)
void GetScopeInfo(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
[OutAttribute] String^% scopeName,
[OutAttribute] IdentityDescriptor^% administrators,
[OutAttribute] bool% isGlobal
)
abstract GetScopeInfo :
requestContext:TeamFoundationRequestContext *
scopeId:string *
scopeName:string byref *
administrators:IdentityDescriptor byref *
isGlobal:bool byref -> unit
function GetScopeInfo(
requestContext : TeamFoundationRequestContext,
scopeId : String,
scopeName : String,
administrators : IdentityDescriptor,
isGlobal : boolean
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe scope URI.
- scopeId
Type: System.String
- scopeName
Type: System.String%
- administrators
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor%
- isGlobal
Type: System.Boolean%
.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.