This documentation is archived and is not being maintained.
IGroupSecurityService::UpdateApplicationGroup Method
Visual Studio 2013
Updates a property of a TFS application group.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
void UpdateApplicationGroup(
String^ groupSid,
ApplicationGroupProperty groupProperty,
String^ newValue
)
Parameters
- groupSid
- Type: System::String
the unique identifier (SID) for the group
- groupProperty
- Type: Microsoft.TeamFoundation.Server::ApplicationGroupProperty
which property to update
- newValue
- Type: System::String
the new value for the property
- 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.
Show: