Item Property (propertyName)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (propertyName)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerPatchInstallationItem[([(String])])
Gets information about a specific patch installation.
Declaration Syntax
C# Visual Basic Visual C++
public override string this[
	string propertyName
] { get; }
Public Overrides ReadOnly Default Property Item ( _
	propertyName As String _
) As String
public:
virtual property String^ default[String^ propertyName] {
	String^ get (String^ propertyName) override;
}
Parameters
propertyName (String)
The property being retrieved; see remarks for valid properties.
Return Value
The property value, or an empty string if the property is not set for the patch.
Remarks
Exceptions
Exception Condition
ArgumentOutOfRangeException An unknown patch or property was requested
InstallerException The installer configuration data is corrupt

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