TeamFoundationIdentityService.GetScopeInfo Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub GetScopeInfo ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
<OutAttribute> ByRef scopeName As String, _
<OutAttribute> ByRef administrators As IdentityDescriptor, _
<OutAttribute> ByRef isGlobal As Boolean _
)
public void GetScopeInfo(
TeamFoundationRequestContext requestContext,
string scopeId,
out string scopeName,
out IdentityDescriptor administrators,
out bool isGlobal
)
public:
void GetScopeInfo(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
[OutAttribute] String^% scopeName,
[OutAttribute] IdentityDescriptor^% administrators,
[OutAttribute] bool% isGlobal
)
member GetScopeInfo :
requestContext:TeamFoundationRequestContext *
scopeId:string *
scopeName:string byref *
administrators:IdentityDescriptor byref *
isGlobal:bool byref -> unit
public function GetScopeInfo(
requestContext : TeamFoundationRequestContext,
scopeId : String,
scopeName : String,
administrators : IdentityDescriptor,
isGlobal : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type: System.String
- scopeName
Type: System.String%
- administrators
Type: Microsoft.TeamFoundation.Framework.Server.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.