Gets or sets a "related pages" text.

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

Syntax

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

Property Value

Type: String

Implements

ISearchEngineResultItem..::..Related

See Also