AppSettingDataAllowedValues Property

Gets the list of allowed values for the setting.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "allowedValues", EmitDefaultValue = false)]
public IList<string> AllowedValues { get; }

Property Value

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