TeamFoundationIdentityService.CreateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CreateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
groupName As String, _
groupDescription As String, _
scopeLocal As Boolean, _
hasRestrictedVisibility As Boolean _
) As IdentityDescriptor
public IdentityDescriptor CreateApplicationGroup(
TeamFoundationRequestContext requestContext,
string projectUri,
string groupName,
string groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
)
public:
IdentityDescriptor^ CreateApplicationGroup(
TeamFoundationRequestContext^ requestContext,
String^ projectUri,
String^ groupName,
String^ groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
)
member CreateApplicationGroup :
requestContext:TeamFoundationRequestContext *
projectUri:string *
groupName:string *
groupDescription:string *
scopeLocal:bool *
hasRestrictedVisibility:bool -> IdentityDescriptor
public function CreateApplicationGroup(
requestContext : TeamFoundationRequestContext,
projectUri : String,
groupName : String,
groupDescription : String,
scopeLocal : boolean,
hasRestrictedVisibility : boolean
) : IdentityDescriptor
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type: System.String
- groupName
Type: System.String
- groupDescription
Type: System.String
- scopeLocal
Type: System.Boolean
- hasRestrictedVisibility
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.