Gets the object against which the view name should be resolved.

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

Syntax

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

Remarks

This will be the return value of the Execute method of the command underlying the data source. For example, if the ResolveView event of a NavigationDataSource is raised, then the value of this property will be a NavigationResult instance.

See Also