DeviceInfoBaseContainerId Property |
Represents the
Guid value of the base container identifier (ID) .The Windows Plug and Play (PnP) manager assigns this value to the device node (devnode).
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public Guid BaseContainerId { get; }
Public ReadOnly Property BaseContainerId As Guid
Get
public:
property Guid BaseContainerId {
Guid get ();
}
member BaseContainerId : Guid with get
Property Value
Type:
GuidSee Also