Share via


Group.Update Method

Updates group properties after changes have been made.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Sub Update
'Usage
Dim instance As Group

instance.Update()
[RemoteAttribute]
public void Update()

Exceptions

Exception Condition
[Microsoft.SharePoint.SPDistributionGroupException]

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

[Microsoft.SharePoint.SPException]

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

[Microsoft.SharePoint.SPException]

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

[Microsoft.SharePoint.SPException]

Invalid argument. Error code: -2147024809.

[Microsoft.SharePoint.SPException]

Group already exists. Error code: -2130575293.

[Microsoft.SharePoint.SPException]

Invalid group name. Error code: -2130575281.

[Microsoft.SharePoint.SPException]

Duplicate values are found. Error code: -2130575169.

[Microsoft.SharePoint.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