Item Property (propertyName)

DTF API

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++ F#
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;
}
abstract Item : string with get
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.11.1.2318)