UpdateDashboardContentMode Property |
Determines how the target will be updated with the content.
If a target is not specified, the mode is ignored.
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DashboardUpdateMode Mode { get; set; }
Public Property Mode As DashboardUpdateMode
Get
Set
public:
property DashboardUpdateMode Mode {
DashboardUpdateMode get ();
void set (DashboardUpdateMode value);
}
Property Value
Type:
DashboardUpdateMode
See Also