Gets the message description 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 Description { get; }
Visual Basic
Protected ReadOnly Property Description As String
	Get
Visual C++
protected:
property String^ Description {
	String^ get ();
}
F#
member Description : string with get

Property Value

Type: String

See Also