Gets or sets a message that is displayed if there is no entered search criteria.

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

Syntax

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

Property Value

Type: String

See Also