Share via


ITeamFoundationIdentityService.CreateScope Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function CreateScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    scopeName As String, _
    adminGroupName As String, _
    adminGroupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateScope(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    string scopeName,
    string adminGroupName,
    string adminGroupDescription
)
IdentityDescriptor^ CreateScope(
    TeamFoundationRequestContext^ requestContext, 
    String^ scopeId, 
    String^ scopeName, 
    String^ adminGroupName, 
    String^ adminGroupDescription
)
abstract CreateScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string * 
        scopeName:string * 
        adminGroupName:string * 
        adminGroupDescription:string -> IdentityDescriptor
function CreateScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : String, 
    scopeName : String, 
    adminGroupName : String, 
    adminGroupDescription : String
) : IdentityDescriptor

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Framework.Server Namespace