NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.BootMode

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;

Property Value

One of the BootMode values that specifies how the system was started.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace