Gets or sets search parameters.

Note: Search parameter in this module needs to be of type Dictionary<(Of <(<'TKey, TValue>)>)> because these parameters are transfered to search preview module with query parameters.

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

Syntax

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

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also