AppSettingGetAllowedValues Method

Gets the list of allowed values for the setting.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ICollection<Object>? GetAllowedValues()

Return Value

Type: ICollectionObject
The list of allowed values, or if the setting's value is not restricted to come from a list.
See Also