EmailTemplateParser.Variables Property

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "P:Symplus.Core.Net.EmailTemplateParser.Variables"]

Namespace: Symplus.Core.Net
Assembly: Symplus.Core (in Symplus.Core.dll) Version: 1.1.7.1510 (1.1.7.1510)

Syntax

C#
public Hashtable Variables { get; set; }
Visual Basic
Public Property Variables As Hashtable
	Get
	Set
Visual C++
public:
property Hashtable^ Variables {
	Hashtable^ get ();
	void set (Hashtable^ value);
}

Property Value

Type: Hashtable
Template Variables

See Also