IdentityManagementWebService.CreateApplicationGroup Method
Creates a TFS application group
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
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 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.TeamFoundation.Framework.Server.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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace