Item Property (key)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Item Property (key)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionStringTableItem[([( String])])
Gets or sets a string value.
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)
Name of the string.
Property Value

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)