Gets or sets the title.

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

Syntax

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

Field Value

The title.

See Also