WmiQueryBuilderTQuery Property |
The generated WMI query.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax public string Query { get; }
Public ReadOnly Property Query As String
Get
public:
virtual property String^ Query {
String^ get () sealed;
}
abstract Query : string with get
override Query : string with get
Property Value
Type:
String
The query.
Implements
IWmiQueryBuilderTQuerySee Also