DashboardStoreResultWidgetUpdates - свойство
Collection of widget updates, where the key is a UUID representing the widget identifier
and the value is the corresponding widget update information.
Пространство имён: Tessa.Dashboards.ModelsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Dictionary<Guid, WidgetUpdateInfo>? WidgetUpdates { get; set; }
Public Property WidgetUpdates As Dictionary(Of Guid, WidgetUpdateInfo)
Get
Set
public:
property Dictionary<Guid, WidgetUpdateInfo^>^ WidgetUpdates {
Dictionary<Guid, WidgetUpdateInfo^>^ get ();
void set (Dictionary<Guid, WidgetUpdateInfo^>^ value);
}
member WidgetUpdates : Dictionary<Guid, WidgetUpdateInfo> with get, set
Значение свойства
DictionaryGuid,
WidgetUpdateInfo