WmiPullModelBaseTData, TDataModelQuery Property |
Gets or sets the 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; set; }
Public Property Query As String
Get
Set
public:
property String^ Query {
String^ get ();
void set (String^ value);
}
member Query : string with get, set
Property Value
Type:
String
The query.
See Also