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.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 
.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.