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()
Public Function GetAllowedValues As ICollection(Of Object)
public:
ICollection<Object^>^ GetAllowedValues()
member GetAllowedValues : unit -> ICollection<Object>
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