Gets the provider's localized title.

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

Syntax

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

Property Value

Type: String

See Also