Item Property (propertyName)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (propertyName)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallationItem[([(String])])
Gets a property about the product or patch installation.
Declaration Syntax
C# Visual Basic Visual C++
public abstract string this[
	string propertyName
] { get; }
Public MustOverride ReadOnly Default Property Item ( _
	propertyName As String _
) As String
public:
virtual property String^ default[String^ propertyName] {
	String^ get (String^ propertyName) abstract;
}
Parameters
propertyName (String)
Name of the property being retrieved.
Return Value

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