Deployment Tools Foundation
Features Property
Gets the set of published features for the product.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public IEnumerable<FeatureInstallation> Features { get; }
Public ReadOnly Property Features As IEnumerable(Of FeatureInstallation)
public: property IEnumerable<FeatureInstallation^>^ Features { IEnumerable<FeatureInstallation^>^ get (); }
Return ValueEnumeration of published features for the product.
RemarksBecause features are not ordered, any new feature has an arbitrary index, meaning this property can return features in any order.
Win32 MSI API: MsiEnumFeatures
Exceptions| Exception | Condition |
|---|---|
| InstallerException | The installer configuration data is corrupt |