ComputerInfo.OsHotFixes Property

Definition

Array of HotFix objects containing information about any Quick-Fix Enginnering patches (Hot Fixes) applied to the operating system

public:
 property cli::array <Microsoft::PowerShell::Commands::HotFix ^> ^ OsHotFixes { cli::array <Microsoft::PowerShell::Commands::HotFix ^> ^ get(); };
public Microsoft.PowerShell.Commands.HotFix[] OsHotFixes { get; }
member this.OsHotFixes : Microsoft.PowerShell.Commands.HotFix[]
Public ReadOnly Property OsHotFixes As HotFix()

Property Value

HotFix[]

Applies to