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; }
ReadOnly Property Clauses As IList(Of String)
Get
property IList<String^>^ Clauses {
IList<String^>^ get ();
}
abstract Clauses : IList<string> with get
Property Value
Type:
IListString
The where clauses.
See Also