Gets or sets a message that is displayed if there are no results returned from a search engine.

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

Syntax

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

Property Value

Type: String

See Also