Gets or sets the title.

Namespace: Composite.Data.Types
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

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

See Also