ErrorOccurred Property (HistorianTagStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates whether there is any error condition related to the tag status.
'Declaration
Public ReadOnly Property ErrorOccurred As Boolean
'Usage
Dim instance As HistorianTagStatus
Dim value As Boolean
value = instance.ErrorOccurred
public bool ErrorOccurred {get;}