Item Property (component)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (component)
Gets information about a component within the context of an installation session.
Declaration Syntax
C# Visual Basic Visual C++
public ComponentInfo this[
	string component
] { get; }
Public ReadOnly Default Property Item ( _
	component As String _
) As ComponentInfo
public:
property ComponentInfo^ default[String^ component] {
	ComponentInfo^ get (String^ component);
}
Parameters
component (String)
name of the component
Return Value
component object

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)