See ViewNames.

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

Syntax

C#
protected override IList<string> ViewNames { get; }
Visual Basic (Declaration)
Protected Overrides ReadOnly Property ViewNames As IList(Of String)
Visual C++
protected:
virtual property IList<String^>^ ViewNames {
	IList<String^>^ get () override;
}

See Also