Item Property (property)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (property)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListItem[([(String])])
Gets or sets source list information properties of a product or patch installation.
Declaration Syntax
C# Visual Basic Visual C++
public string this[
	string property
] { get; set; }
Public Default Property Item ( _
	property As String _
) As String
public:
property String^ default[String^ property] {
	String^ get (String^ property);
	void set (String^ property, String^ value);
}
Parameters
property (String)
The source list information property name.
Remarks

Win32 MSI API: MsiSourceListGetInfo

Exceptions
Exception Condition
ArgumentOutOfRangeException An unknown product, patch, or property was requested

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