IdentityManagementWebService.UpdateApplicationGroup Method

Updates a property of a TFS application group

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdateApplicationGroup ( _
    groupDescriptor As IdentityDescriptor, _
    groupProperty As Integer, _
    newValue As String _
)
[WebMethodAttribute]
public void UpdateApplicationGroup(
    IdentityDescriptor groupDescriptor,
    int groupProperty,
    string newValue
)
[WebMethodAttribute]
public:
void UpdateApplicationGroup(
    IdentityDescriptor^ groupDescriptor, 
    int groupProperty, 
    String^ newValue
)
[<WebMethodAttribute>]
member UpdateApplicationGroup : 
        groupDescriptor:IdentityDescriptor * 
        groupProperty:int * 
        newValue:string -> unit
public function UpdateApplicationGroup(
    groupDescriptor : IdentityDescriptor, 
    groupProperty : int, 
    newValue : String
)

Parameters

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace