Gets or sets a value indicating if the view was successfully resolved.

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

Syntax

C#
public bool Resolved { get; set; }
Visual Basic (Declaration)
Public Property Resolved As Boolean
Visual C++
public:
property bool Resolved {
	bool get ();
	void set (bool value);
}

See Also