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.
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>.