Gets the value that was returned by the data source view.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Object ReturnValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReturnValue As Object
Visual C++
public:
property Object^ ReturnValue {
	Object^ get ();
}

See Also