TeamFoundationIdentityService.CreateScope Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function CreateScope ( _
requestContext As TeamFoundationRequestContext, _
scopeUri As String, _
scopeName As String, _
adminGroupName As String, _
adminGroupDescription As String _
) As IdentityDescriptor
public IdentityDescriptor CreateScope(
TeamFoundationRequestContext requestContext,
string scopeUri,
string scopeName,
string adminGroupName,
string adminGroupDescription
)
public:
virtual IdentityDescriptor^ CreateScope(
TeamFoundationRequestContext^ requestContext,
String^ scopeUri,
String^ scopeName,
String^ adminGroupName,
String^ adminGroupDescription
) sealed
abstract CreateScope :
requestContext:TeamFoundationRequestContext *
scopeUri:string *
scopeName:string *
adminGroupName:string *
adminGroupDescription:string -> IdentityDescriptor
override CreateScope :
requestContext:TeamFoundationRequestContext *
scopeUri:string *
scopeName:string *
adminGroupName:string *
adminGroupDescription:string -> IdentityDescriptor
public final function CreateScope(
requestContext : TeamFoundationRequestContext,
scopeUri : String,
scopeName : String,
adminGroupName : String,
adminGroupDescription : String
) : IdentityDescriptor
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeUri
Type: System.String
- scopeName
Type: System.String
- adminGroupName
Type: System.String
- adminGroupDescription
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Implements
.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.