Share via


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