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 the serialized json describing a change that originates from somewhere other than the user. For example a range validation is a GridSerializer.SerializedProp.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute> _
Protected Class SerializedProp
'Usage
Dim instance As GridSerializer.SerializedProp
[DataContractAttribute]
protected class SerializedProp
Remarks
GridSerializer.SerializedChanges are changes made by the user. GridSerializer.SerializedUpdate sends the changes, both GridSerializer.SerializedProp and GridSerializer.SerializedChanges, back to the server.
See also GridSerializer.SerializedChange<T>and GridSerializer.SerializedUpdate<T>.
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.