DashboardStoreRequestWidgetOptions - свойство
Widget store options collection, where each key is a UUID representing the widget identifier
and each value is the options associated with that widget.
Пространство имён: Tessa.Dashboards.ModelsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Dictionary<Guid, WidgetStoreOptions>? WidgetOptions { get; set; }
Public Property WidgetOptions As Dictionary(Of Guid, WidgetStoreOptions)
Get
Set
public:
property Dictionary<Guid, WidgetStoreOptions^>^ WidgetOptions {
Dictionary<Guid, WidgetStoreOptions^>^ get ();
void set (Dictionary<Guid, WidgetStoreOptions^>^ value);
}
member WidgetOptions : Dictionary<Guid, WidgetStoreOptions> with get, set
Значение свойства
DictionaryGuid,
WidgetStoreOptions