IdentityManagementWebService.CreateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
<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.String
- groupName
Type: System.String
- groupDescription
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
.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