IdentityManagementWebService.CreateApplicationGroup Method
Creates a TFS application group
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
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 IdentityDescriptor
[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
string projectUri,
string groupName,
string groupDescription
)
[WebMethodAttribute]
public:
IdentityDescriptor^ CreateApplicationGroup(
String^ projectUri,
String^ groupName,
String^ groupDescription
)
[<WebMethodAttribute>]
member CreateApplicationGroup :
projectUri:string *
groupName:string *
groupDescription:string -> IdentityDescriptor
public function CreateApplicationGroup(
projectUri : String,
groupName : String,
groupDescription : String
) : IdentityDescriptor
Parameters
projectUri
Type: System.StringIf 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.Stringname
groupDescription
Type: System.Stringdescription. can be null
Return Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
A descriptor whose identifier is the Sid of the created group
.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.