![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Qualifiers Property
Gets the set of registered qualifiers for the component.
![](collapse_all.gif)
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
![](collapse_all.gif)
IEnumerable<(Of <(<'ComponentInstallation..::..Qualifier>)>)>
Enumeration of the qulifiers for the component.
Enumeration of the qulifiers for the component.
![](collapse_all.gif)
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
![](collapse_all.gif)
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)