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.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function CreateApplicationGroup ( _
scopeId As String, _
groupName As String, _
groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
string scopeId,
string groupName,
string groupDescription
)
IdentityDescriptor^ CreateApplicationGroup(
String^ scopeId,
String^ groupName,
String^ groupDescription
)
abstract CreateApplicationGroup :
scopeId:string *
groupName:string *
groupDescription:string -> IdentityDescriptor
function CreateApplicationGroup(
scopeId : String,
groupName : String,
groupDescription : String
) : IdentityDescriptor
Parameters
- scopeId
Type: System.String
- groupName
Type: System.String
- groupDescription
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.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.