AllProducts Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation AllProducts Property
Enumerates all product installations on the system.
Declaration Syntax
C# Visual Basic Visual C++ F#
public static IEnumerable<ProductInstallation> AllProducts { get; }
Public Shared ReadOnly Property AllProducts As IEnumerable(Of ProductInstallation)
	Get
public:
static property IEnumerable<ProductInstallation^>^ AllProducts {
	IEnumerable<ProductInstallation^>^ get ();
}
static member AllProducts : IEnumerable<ProductInstallation> with get
Return Value
IEnumerable<(Of <(<'ProductInstallation>)>)>
An enumeration of product objects.
Remarks

Win32 MSI API: MsiEnumProducts,

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