Keyoti SearchUnit API Docs
Title Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentTitle
Keyoti SearchUnit v6
The title of the document.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual string Title { get; set; }
public virtual string Title { get; set; }
Public Overridable Property Title As String
	Get
	Set
Public Overridable Property Title As String
	Get
	Set
public:
virtual property String^ Title {
	String^ get ();
	void set (String^ value);
}
public:
virtual property String^ Title {
	String^ get ();
	void set (String^ value);
}
abstract Title : string with get, set
override Title : string with get, set
abstract Title : string with get, set
override Title : string with get, set
Property Value
Remarks
Typically for Html documents this is obtained from the <title> tag.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120