Item Property (component)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
public:
property ComponentInfo^ default[String^ component] {
	ComponentInfo^ get (String^ component);
}
Parameters
component (String)
name of the component
Return Value
ComponentInfo
component object

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