Freigeben über


IdentityManagementWebService.UpdateApplicationGroup-Methode

Aktualisiert eine Eigenschaft einer TFS-Anwendungsgruppe

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)

Parameter

  • groupProperty
    Typ: System.Int32
    welche Eigenschaft zu aktualisieren

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityManagementWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace