WmiModelBaseTData, TDataModelWmiClass Property |
WMI class that corresponds to the searcher.
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 WmiClass { get; set; }
Public Property WmiClass As String
Get
Set
public:
virtual property String^ WmiClass {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract WmiClass : string with get, set
override WmiClass : string with get, set
Property Value
Type:
String
The WMI class.
Implements
IWmiModelBaseTDataWmiClassSee Also