GridSerializer.Index Property

Gets the index value.

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

Syntax

'Declaration
Protected ReadOnly Property Index As IDictionary(Of Object, DataRow)
    Get
'Usage
Dim value As IDictionary(Of Object, DataRow)

value = Me.Index
protected IDictionary<Object, DataRow> Index { get; }

Property Value

Type: System.Collections.Generic.IDictionary<Object, DataRow>
Returns IDictionary<TKey, TValue>.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace