SPChangeGroup Class
Represents a change to a group.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeGroup
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeGroup", ServerTypeId := "{8c377687-4e62-4ddb-b244-20a832de16dd}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeGroup _
Inherits SPChange
'Usage
Dim instance As SPChangeGroup
[ClientCallableTypeAttribute(Name = "ChangeGroup", ServerTypeId = "{8c377687-4e62-4ddb-b244-20a832de16dd}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeGroup : SPChange
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.