IGroupSecurityService.UpdateApplicationGroup Method
Updates a property of a TFS application group.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateApplicationGroup ( _
groupSid As String, _
groupProperty As ApplicationGroupProperty, _
newValue As String _
)
void UpdateApplicationGroup(
string groupSid,
ApplicationGroupProperty groupProperty,
string newValue
)
void UpdateApplicationGroup(
String^ groupSid,
ApplicationGroupProperty groupProperty,
String^ newValue
)
abstract UpdateApplicationGroup :
groupSid:string *
groupProperty:ApplicationGroupProperty *
newValue:string -> unit
function UpdateApplicationGroup(
groupSid : String,
groupProperty : ApplicationGroupProperty,
newValue : String
)
Parameters
groupSid
Type: System.Stringthe unique identifier (SID) for the group
groupProperty
Type: Microsoft.TeamFoundation.Server.ApplicationGroupPropertywhich property to update
newValue
Type: System.Stringthe new value for the property
.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.