ComputerInfo.OsForegroundApplicationBoost 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.
Increased priority given to the foreground application
public:
property Nullable<Microsoft::PowerShell::Commands::ForegroundApplicationBoost> OsForegroundApplicationBoost { Nullable<Microsoft::PowerShell::Commands::ForegroundApplicationBoost> get(); };
public Microsoft.PowerShell.Commands.ForegroundApplicationBoost? OsForegroundApplicationBoost { get; }
member this.OsForegroundApplicationBoost : Nullable<Microsoft.PowerShell.Commands.ForegroundApplicationBoost>
Public ReadOnly Property OsForegroundApplicationBoost As Nullable(Of ForegroundApplicationBoost)