WqlEventQuery Properties
.NET Framework 4.5
The WqlEventQuery type exposes the following members.
| Name | Description | |
|---|---|---|
|
Condition | Gets or sets the condition to be applied to events of the specified class. |
|
EventClassName | Gets or sets the event class to query. |
|
GroupByPropertyList | Gets or sets properties in the event to be used for grouping events of the same type. |
|
GroupWithinInterval | Gets or sets the interval to be used for grouping events of the same type. |
|
HavingCondition | Gets or sets the condition to be applied to the aggregation of events, based on the number of events received. |
|
QueryLanguage | Gets the language of the query. (Overrides ManagementQuery.QueryLanguage.) |
|
QueryString | Gets or sets the string representing the query. (Overrides ManagementQuery.QueryString.) |
|
WithinInterval | Gets or sets the polling interval to be used in this query. |