Open this page in the API Guide

AppSettingData.AvailableValues 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "availableValues", EmitDefaultValue = false)]
public IList<KeyValuePairData>? AvailableValues { get; }

Property Value

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