GridSerializer.RememberedRecordKeyHash property
Disables the computation of a hash of the ordered record key view sent to the client.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RememberedRecordKeyHash As Nullable(Of UInteger)
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As Nullable(Of UInteger)
value = instance.RememberedRecordKeyHash
instance.RememberedRecordKeyHash = value
public Nullable<uint> RememberedRecordKeyHash { get; set; }
Property value
Type: System.Nullable<UInt32>
true if the record key hash is reused; otherwise, false. The default is null, so you must set this property to detect whether the record set has changed compared to this hash.