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