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 Value
Enumeration of published features for the product.
Remarks
Because 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 |