Deployment Tools Foundation
Item Property (feature)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureInfoCollection ► Item[([(String])])
Gets information about a feature within the context of an installation session.

C# | Visual Basic | Visual C++ |
public FeatureInfo this[ string feature ] { get; }
Public ReadOnly Default Property Item ( _ feature As String _ ) As FeatureInfo
public: property FeatureInfo^ default[String^ feature] { FeatureInfo^ get (String^ feature); }

- feature (String)
- name of the feature

feature object