Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of related updates to the grid.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.JSGrid.Change
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Class Change _
Implements IComparable, IJsonSerializable
'Usage
Dim instance As Change
public class Change : IComparable, IJsonSerializable
Remarks
Changes are related by a change number. Changes are atomic; either all changes for a change number are applied, or none of them are applied.
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.