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