

Deployment Tools Foundation
Qualifiers Property
Gets the set of registered qualifiers for the component.

C# | Visual Basic | Visual C++ | F# |
public IEnumerable<ComponentInstallation..::..Qualifier> Qualifiers { get; }
Public ReadOnly Property Qualifiers As IEnumerable(Of ComponentInstallation..::..Qualifier) Get
public: property IEnumerable<ComponentInstallation..::..Qualifier>^ Qualifiers { IEnumerable<ComponentInstallation..::..Qualifier>^ get (); }
member Qualifiers : IEnumerable<ComponentInstallation..::..Qualifier> with get

IEnumerable<(Of <(<'ComponentInstallation..::..Qualifier>)>)>
Enumeration of the qulifiers for the component.
Enumeration of the qulifiers for the component.

Because qualifiers are not ordered, any new qualifier has an arbitrary index, meaning the function can return qualifiers in any order.
Win32 MSI API: MsiEnumComponentQualifiers

Exception | Condition |
---|---|
InstallerException | The installer configuration data is corrupt |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)