Gets the template title.

Namespace: Composite.Core.PageTemplates
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
string TemplateTitle { get; }
Visual Basic
ReadOnly Property TemplateTitle As String
	Get
Visual C++
property String^ TemplateTitle {
	String^ get ();
}

See Also