Gets or sets custom keys used by this template.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

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

Parameters

key
Type: System..::..String
Key name.

Return Value

Value to be used when template is rendered.

See Also