Gets a value that specifies how the system was started.
[Visual Basic] Public Shared ReadOnly Property BootMode As BootMode [C#] public static BootMode BootMode {get;} [C++] public: __property static BootMode get_BootMode(); [JScript] public static function get BootMode() : BootMode;
One of the BootMode values that specifies how the system was started.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace