Gets or sets the collection that represents the resolved view.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public IEnumerable ReturnValue { get; set; }
Visual Basic (Declaration)
Public Property ReturnValue As IEnumerable
Visual C++
public:
property IEnumerable^ ReturnValue {
	IEnumerable^ get ();
	void set (IEnumerable^ value);
}

See Also