Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a TFS application group.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function CreateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
groupName As String, _
groupDescription As String _
) As TeamFoundationIdentity
TeamFoundationIdentity CreateApplicationGroup(
TeamFoundationRequestContext requestContext,
string scopeId,
string groupName,
string groupDescription
)
TeamFoundationIdentity^ CreateApplicationGroup(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
String^ groupName,
String^ groupDescription
)
abstract CreateApplicationGroup :
requestContext:TeamFoundationRequestContext *
scopeId:string *
groupName:string *
groupDescription:string -> TeamFoundationIdentity
function CreateApplicationGroup(
requestContext : TeamFoundationRequestContext,
scopeId : String,
groupName : String,
groupDescription : String
) : TeamFoundationIdentity
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
scopeId
Type: System.StringThe project URI. If null or empty, the group will be created at the server scope; or the group will be created at the project scope per this parameter.
groupName
Type: System.StringThe group name.
groupDescription
Type: System.StringThe description. Can be null.
Return Value
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
The created group identity.
.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.
See Also
Reference
ITeamFoundationIdentityService Interface