Gets a list of the catalog names.

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

Syntax

C#
public virtual List<string> Catalogs { get; }
Visual Basic
Public Overridable ReadOnly Property Catalogs As List(Of String)
	Get
Visual C++
public:
virtual property List<String^>^ Catalogs {
	List<String^>^ get ();
}
F#
abstract Catalogs : List<string> with get
override Catalogs : List<string> with get

Property Value

Type: List<(Of <(<'String>)>)>

See Also