The data associated with the item, if any (see remarks).
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual Object Data { get; }
public virtual Object Data { get; }
Public Overridable ReadOnly Property Data As Object Get
Public Overridable ReadOnly Property Data As Object Get
public: virtual property Object^ Data { Object^ get (); }
public: virtual property Object^ Data { Object^ get (); }
abstract Data : Object with get override Data : Object with get
abstract Data : Object with get override Data : Object with get
Property Value
Remarks
Typically this is useful when the ResultItem is
created, this property will contain the data associated
with the item, for a ResultItem this is likely to be either
a Keyoti.SearchEngine.Search.ResultItem object, or a DataRow object (when a DataSource is set).
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120