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