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