Item Property (feature)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Item Property (feature)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFeatureInfoCollectionItem[([( String])])
Gets information about a feature within the context of an installation session.
Declaration Syntax
C# Visual Basic Visual C++ F#
public FeatureInfo this[
	string feature
] { get; }
Public ReadOnly Default Property Item ( 
	feature As String
) As FeatureInfo
	Get
public:
property FeatureInfo^ default[String^ feature] {
	FeatureInfo^ get (String^ feature);
}
member Item : FeatureInfo with get
Parameters
feature (String)
name of the feature
Return Value
FeatureInfo
feature object

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)