GridSerializer.BottomRecordKey property

Gets or sets the bottom record key.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property BottomRecordKey As Object
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As Object

value = instance.BottomRecordKey

instance.BottomRecordKey = value
public Object BottomRecordKey { get; set; }

Property value

Type: System.Object
Returns Object.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace