Item Property (key)

Microsoft Deployment Compression & Installer

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