Gets the raw result object returned by the MDEX engine.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
Object EngineResults { get; }
Visual Basic (Declaration)
ReadOnly Property EngineResults As Object
Visual C++
property Object^ EngineResults {
	Object^ get ();
}

See Also