PropertyBag<T>._AllSetters property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Protected Shared ReadOnly Property _AllSetters As Dictionary(Of String, Action(Of T, Object))
Get
'Uso
Dim value As Dictionary(Of String, Action(Of T, Object))
value = PropertyBag._AllSetters
protected static Dictionary<string, Action<T, Object>> _AllSetters { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, Action<T, Object>>