Gets the name of the data source view that is selecting.

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

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