PropertyBag<T>._GettersForSerialization - Propriété
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Protected Shared ReadOnly Property _GettersForSerialization As Dictionary(Of String, Func(Of T, Object))
Get
'Utilisation
Dim value As Dictionary(Of String, Func(Of T, Object))
value = PropertyBag._GettersForSerialization
protected static Dictionary<string, Func<T, Object>> _GettersForSerialization { get; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, Func<T, Object>>