GroupSecurityService.CreateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.