API Reference
Class
WmiFilterQuery
Represents a single WMI query used by a WMI filter.
Inheritance
- Object
- WmiFilterQuery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoWmiFilter.Queries
Accepted by parameters
Constructors
public WmiFilterQuery(String wmiNamespace, String query) #Initializes a new instance of the WmiFilterQuery class.
Parameters
- wmiNamespace System.String
- query System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object