Gets the collection of parameters that are supported by the data source associated with this designer.

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

Syntax

C#
protected internal abstract IList<Parameter> SupportedParameters { get; }
Visual Basic (Declaration)
Protected Friend MustOverride ReadOnly Property SupportedParameters As IList(Of Parameter)
Visual C++
protected public:
virtual property IList<Parameter^>^ SupportedParameters {
	IList<Parameter^>^ get () abstract;
}

See Also