DeviceInfoClassGuid Property |
Represents the
Guid of the device setup class that a device instance belongs to.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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