Gets the name of the data source view that was selected.

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

Syntax

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

See Also