StatusDashboardUpdateCommand Property |
The id of a domain command to call to trigger dashboard updates at the defined
RefreshInterval.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string UpdateCommand { get; set; }
Public Property UpdateCommand As String
Get
Set
public:
property String^ UpdateCommand {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also