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