DeviceInfoClassGuid Property |
Represents the
Guid 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 Guid ClassGuid { get; }
Public ReadOnly Property ClassGuid As Guid
Get
public:
property Guid ClassGuid {
Guid get ();
}
member ClassGuid : Guid with get
Property Value
Type:
GuidSee Also