DeviceInfoDeviceClass Property |
Represents the name of the device setup class that a device instance belongs to.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string DeviceClass { get; }
Public ReadOnly Property DeviceClass As String
Get
public:
property String^ DeviceClass {
String^ get ();
}
member DeviceClass : string with get
Property Value
Type:
StringSee Also