ComputerInfo.OsHotFixes 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.
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[]