Gets or sets generic search parameters.

Note: Search parameters will be transfered to this object automatically and will be sent to search providers.

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

Syntax

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

Property Value

Type: Hashtable

See Also