ErrorType Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Property ErrorType As HistorianAccessError.ErrorTypeValue
'Usage
Dim instance As HistorianAccessError
Dim value As HistorianAccessError.ErrorTypeValue
instance.ErrorType = value
value = instance.ErrorType
public HistorianAccessError.ErrorTypeValue ErrorType {get; set;}
public:
property HistorianAccessError.ErrorTypeValue ErrorType {
HistorianAccessError.ErrorTypeValue get();
void set ( HistorianAccessError.ErrorTypeValue value);
}