TeamFoundationIdentityService.CreateScope Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CreateScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
scopeName As String, _
adminGroupName As String, _
adminGroupDescription As String, _
adminGroupRestrictedVisible As Boolean _
) As IdentityDescriptor
public IdentityDescriptor CreateScope(
TeamFoundationRequestContext requestContext,
string scopeId,
string scopeName,
string adminGroupName,
string adminGroupDescription,
bool adminGroupRestrictedVisible
)
public:
IdentityDescriptor^ CreateScope(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
String^ scopeName,
String^ adminGroupName,
String^ adminGroupDescription,
bool adminGroupRestrictedVisible
)
member CreateScope :
requestContext:TeamFoundationRequestContext *
scopeId:string *
scopeName:string *
adminGroupName:string *
adminGroupDescription:string *
adminGroupRestrictedVisible:bool -> IdentityDescriptor
public function CreateScope(
requestContext : TeamFoundationRequestContext,
scopeId : String,
scopeName : String,
adminGroupName : String,
adminGroupDescription : String,
adminGroupRestrictedVisible : boolean
) : IdentityDescriptor
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type: System.String
- scopeName
Type: System.String
- adminGroupName
Type: System.String
- adminGroupDescription
Type: System.String
- adminGroupRestrictedVisible
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
.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.