Свойство PropertyBag<T>._AllSetters
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Protected Shared ReadOnly Property _AllSetters As Dictionary(Of String, Action(Of T, Object))
Get
'Применение
Dim value As Dictionary(Of String, Action(Of T, Object))
value = PropertyBag._AllSetters
protected static Dictionary<string, Action<T, Object>> _AllSetters { get; }
Значение свойства
Тип: System.Collections.Generic.Dictionary<String, Action<T, Object>>