Поле PropertyBag._Properties
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Protected _Properties As Dictionary(Of String, Object)
'Применение
Dim value As Dictionary(Of String, Object)
value = Me._Properties
Me._Properties = value
protected Dictionary<string, Object> _Properties