Item Property (propertyName)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
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.dll) Version: 3.0.0.0 (3.9.1006.0)