In This Topic
The WMI event query to execute
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Query As String
[CanBeNull()]
public string Query {get; set;}
[CanBeNull()]
public:
property String^ Query {
String^ get();
void set ( String^ value);
}
See Also