Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function CreateApplicationGroup ( _
projectUri As String, _
groupName As String, _
groupDescription As String _
) As String
[WebMethodAttribute]
public string CreateApplicationGroup(
string projectUri,
string groupName,
string groupDescription
)
[WebMethodAttribute]
public:
String^ CreateApplicationGroup(
String^ projectUri,
String^ groupName,
String^ groupDescription
)
[<WebMethodAttribute>]
member CreateApplicationGroup :
projectUri:string *
groupName:string *
groupDescription:string -> string
public 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
Returns 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.