AllowDirtyState Property
- Last UpdatedNov 06, 2025
- 1 minute read
The AllowDirtyState property contains a flag that specifies whether the Dirty state (status = 2) is available for this storage entity.
'Declaration
<FactMES.API.Common.DBNameAttribute("allow_dirty_state")>
Public Property AllowDirtyState As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.AllowDirtyState = value
value = instance.AllowDirtyState
[FactMES.API.Common.DBName("allow_dirty_state")]
public bool AllowDirtyState {get; set;}