ChangeGroup Class
A change on a Group.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeGroup
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
<ScriptTypeAttribute("SP.ChangeGroup", ServerTypeId := "{8c377687-4e62-4ddb-b244-20a832de16dd}")> _
Public Class ChangeGroup _
Inherits Change
'Usage
Dim instance As ChangeGroup
[ScriptTypeAttribute("SP.ChangeGroup", ServerTypeId = "{8c377687-4e62-4ddb-b244-20a832de16dd}")]
public class ChangeGroup : Change
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.