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