Gets the collection of parameters that are supported by the data source associated
with this designer.
Namespace:
Endeca.Web.UI.DesignAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
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; } |