Array of provider names by which search engine will perform search (CSV format)

Note: This is the expected format: ProviderName1=ProviderTemplateName1,ProviderName2=ProviderTemplateName2

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

Syntax

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

Property Value

Type: String

See Also