EmailTemplateParser.TemplateBlock Property

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

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

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

Syntax

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

Property Value

Type: String
Template block

See Also