ComputerInfo.CsBootOptionOnLimit 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.
Boot option limit is ON. Identifies the system action when the CsResetLimit value is reached
public:
property Nullable<Microsoft::PowerShell::Commands::BootOptionAction> CsBootOptionOnLimit { Nullable<Microsoft::PowerShell::Commands::BootOptionAction> get(); };
public Microsoft.PowerShell.Commands.BootOptionAction? CsBootOptionOnLimit { get; }
member this.CsBootOptionOnLimit : Nullable<Microsoft.PowerShell.Commands.BootOptionAction>
Public ReadOnly Property CsBootOptionOnLimit As Nullable(Of BootOptionAction)