AllPatches Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation AllPatches Property
Enumerates all patch installations on the system.
Declaration Syntax
C# Visual Basic Visual C++
public static IEnumerable<PatchInstallation> AllPatches { get; }
Public Shared ReadOnly Property AllPatches As IEnumerable(Of PatchInstallation)
	Get
public:
static property IEnumerable<PatchInstallation^>^ AllPatches {
	IEnumerable<PatchInstallation^>^ get ();
}
Return Value
IEnumerable<(Of <(<'PatchInstallation>)>)>
Enumeration of patch objects.
Remarks

Win32 MSI API: MsiEnumPatches

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)