Keyoti SearchUnit API Docs
Content Property
API DocumentationKeyoti.SearchEngine.SearchOperatorElementContent
Keyoti SearchUnit v6
Returns a string representing the content of the element, this should typically be; WordElement.Content => theWord NotWordElement.Content => -theWord GroupElement.Content => null PhraseElement.Content => thePhrase (no quotes)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override string Content { get; }
public override string Content { get; }
Public Overrides ReadOnly Property Content As String
	Get
Public Overrides ReadOnly Property Content As String
	Get
public:
virtual property String^ Content {
	String^ get () override;
}
public:
virtual property String^ Content {
	String^ get () override;
}
abstract Content : string with get
override Content : string with get
abstract Content : string with get
override Content : string with get
Property Value

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