Click or drag to resize

IWmiQueryBuilderTClauses Property

A collection of WHERE clauses.

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
IList<string> Clauses { get; }

Property Value

Type: IListString
The where clauses.
See Also