ComputerInfo.CsBootOptionOnWatchDog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of reboot action after the time on the watchdog timer is elapsed
public:
property Nullable<Microsoft::PowerShell::Commands::BootOptionAction> CsBootOptionOnWatchDog { Nullable<Microsoft::PowerShell::Commands::BootOptionAction> get(); };
public Microsoft.PowerShell.Commands.BootOptionAction? CsBootOptionOnWatchDog { get; }
member this.CsBootOptionOnWatchDog : Nullable<Microsoft.PowerShell.Commands.BootOptionAction>
Public ReadOnly Property CsBootOptionOnWatchDog As Nullable(Of BootOptionAction)