Item Property (key)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (key)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataItem[([(String])])
Gets or sets a data value with a specified key.
Declaration Syntax
C# Visual Basic Visual C++
public string this[
	string key
] { get; set; }
Public Default Property Item ( _
	key As String _
) As String
public:
virtual property String^ default[String^ key] {
	String^ get (String^ key) sealed;
	void set (String^ key, String^ value) sealed;
}
Parameters
key (String)
Case-sensitive data key.
Exceptions
Exception Condition
ArgumentException the key does not consist solely of letters, numbers, and the period, underscore, and space characters.

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