AllPatches Property

Microsoft Deployment Tools

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)
public:
static property IEnumerable<PatchInstallation^>^ AllPatches {
	IEnumerable<PatchInstallation^>^ get ();
}
Return Value
Enumeration of patch objects.
Remarks

Win32 MSI API: MsiEnumPatches

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)