Gets the message title from the http context items.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected string Title { get; }
Visual Basic
Protected ReadOnly Property Title As String
	Get
Visual C++
protected:
property String^ Title {
	String^ get ();
}
F#
member Title : string with get

Property Value

Type: String

See Also