Gets or sets filter list of search engine provider types.

Note: When you set the provider filter, search will work only with those providers.

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

Syntax

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

Property Value

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

See Also