LoadConfigurationIsDirty Property

Controls whether the UI should display the new configuration as dirty or not. Dirty indicates the configuration has not been saved. If the value is not set (null) the configuration will be considered dirty (i.e. value of true).

Definition

Namespace: MFiles.VAF.Configuration.Domain.ClientDirective
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool? IsDirty { get; set; }

Property Value

NullableBoolean

See Also