Gets the provider name.

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

Syntax

C#
string ProviderName { get; }
Visual Basic
ReadOnly Property ProviderName As String
	Get
Visual C++
property String^ ProviderName {
	String^ get ();
}
F#
abstract ProviderName : string with get

Property Value

Type: String

See Also