StatusDashboardShowUserErrors Property |
Determines if dashboard update/refresh errors are shown to the user. Many transient errors can occur
with updates if the vault or application is restarting so typically these are ignored.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool ShowUserErrors { get; set; }
Public Property ShowUserErrors As Boolean
Get
Set
public:
property bool ShowUserErrors {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also