Group.Update method

Updates group properties after changes have been made.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As Group

instance.Update()
public void Update()

Exceptions

Exception Condition
SPDistributionGroupException

Distribution group member resynchronization or properties update fails. Error code: -1.

SPException

Validation is not enabled when adding a validation formula to the calculation row. Error code: -2147418113.

SPException

The current user does not have permission to perform the action. Error code: -2147024891.

SPException

Invalid argument. Error code: -2147024809.

SPException

Group already exists. Error code: -2130575293.

SPException

Invalid group name. Error code: -2130575281.

SPException

Duplicate values are found. Error code: -2130575169.

SPException

User information list for the site collection is not found or is not valid. Error code: 55.

See also

Reference

Group class

Group members

Microsoft.SharePoint.Client namespace