PropertyBag<T>._AllSetters - 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 _AllSetters As Dictionary(Of String, Action(Of T, Object))
Get
'Utilisation
Dim value As Dictionary(Of String, Action(Of T, Object))
value = PropertyBag._AllSetters
protected static Dictionary<string, Action<T, Object>> _AllSetters { get; }
Valeur de propriété
Type : System.Collections.Generic.Dictionary<String, Action<T, Object>>