ConnectionType Property (HistorianStoreForwardStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates the type of the historian connection, either process or event.
'Declaration
Public ReadOnly Property ConnectionType As HistorianConnectionType
'Usage
Dim instance As HistorianStoreForwardStatus
Dim value As HistorianConnectionType
value = instance.ConnectionType
public HistorianConnectionType ConnectionType {get;}
public:
property HistorianConnectionType ConnectionType {
HistorianConnectionType get();
}