AppSettingDataAvailableValues Property

Gets the list of available 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 = "availableValues", EmitDefaultValue = false)]
public IList<KeyValuePairData> AvailableValues { get; }

Property Value

Type: IListKeyValuePairData
A data structure containing the mappings between value and display name, or if the setting type is not an enumeration or there are no specified available values.
See Also