IGroupSecurityService.CreateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
Function CreateApplicationGroup ( _
projectUri As String, _
groupName As String, _
groupDescription As String _
) As String
string CreateApplicationGroup(
string projectUri,
string groupName,
string groupDescription
)
String^ CreateApplicationGroup(
String^ projectUri,
String^ groupName,
String^ groupDescription
)
abstract CreateApplicationGroup :
projectUri:string *
groupName:string *
groupDescription:string -> string
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
.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.