StatusDashboardContents Property |
The contents of the dashboard.
Will be rendered in order.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DashboardContentCollection Contents { get; set; }
Public Property Contents As DashboardContentCollection
Get
Set
public:
property DashboardContentCollection^ Contents {
DashboardContentCollection^ get ();
void set (DashboardContentCollection^ value);
}
Property Value
Type:
DashboardContentCollection
See Also