AppSettingGetAvailableValues Method |
Gets the list of available 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 AvailableValuesCollection? GetAvailableValues()
Public Function GetAvailableValues As AvailableValuesCollection
public:
AvailableValuesCollection^ GetAvailableValues()
member GetAvailableValues : unit -> AvailableValuesCollection
Return Value
Type:
AvailableValuesCollection
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.
Remarks
This property is only applicable for settings which are strings or enumerations.
See Also