ComputerInfo.OsPortableOperatingSystem Property

Definition

Specifies whether the operating system booted from an external USB device. If true, the operating system has detected it is booting on a supported locally connected storage device

public:
 property Nullable<bool> OsPortableOperatingSystem { Nullable<bool> get(); };
public bool? OsPortableOperatingSystem { get; }
member this.OsPortableOperatingSystem : Nullable<bool>
Public ReadOnly Property OsPortableOperatingSystem As Nullable(Of Boolean)

Property Value

Applies to