Partager via


GridSerializer.Index - Propriété

Obtient la valeur d'index.

Espace de noms :  Microsoft.SharePoint.JSGrid
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property Index As IDictionary(Of Object, DataRow)
    Get
'Utilisation
Dim value As IDictionary(Of Object, DataRow)

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

Valeur de propriété

Type : System.Collections.Generic.IDictionary<Object, DataRow>
Cette propriété renvoie IDictionary<TKey, TValue>.

Voir aussi

Référence

GridSerializer classe

GridSerializer - Membres

Microsoft.SharePoint.JSGrid - Espace de noms