Namespace: iTextSharp.text.xml.xmp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override string this[
	string key
] { set; }
Visual Basic
Public Overrides WriteOnly Default Property Item ( _
	key As String _
) As String
	Set
Visual C++
public:
virtual property String^ default[String^ key] {
	void set (String^ key, String^ value) override;
}

Parameters

key
Type: System..::..String

See Also