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