DataStored Property
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates whether there is locally stored data that has not yet been forwarded.
'Declaration
Public ReadOnly Property DataStored As Boolean
'Usage
Dim instance As HistorianStoreForwardStatus
Dim value As Boolean
value = instance.DataStored
public bool DataStored {get;}