4 writes to condition
System.Management (4)
System\Management\ManagementQuery.cs (4)
2687
this.
condition
= condition;
2794
set {
condition
= value; BuildQuery(); }
3020
condition
= null;
3127
condition
= w.Substring(keyword.Length);
3 references to condition
System.Management (3)
System\Management\ManagementQuery.cs (3)
2793
get { return
condition
?? string.Empty; }
2980
s = s + " where " +
condition
;
3155
return new WqlEventQuery(eventClassName, withinInterval,
condition
, groupWithinInterval,