Gets the 'top-level' object that represents the result of executing a command.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also