TestimoX

API Reference

Class

WmiFilterQuery

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

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

Accepted by parameters

Constructors

public WmiFilterQuery(String wmiNamespace, String query) #

Initializes a new instance of the WmiFilterQuery class.

Parameters

wmiNamespace System.String requiredposition: 0
query System.String requiredposition: 1

Properties

public String Namespace { get; } #

Target WMI namespace.

public String Query { get; } #

Query text.