IAppConfigServiceGetAllValuesForSetting Method |
Gets the values for a setting at all scopes.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxICollection<AppSettingValue> GetAllValuesForSetting(
Guid settingId
)
Function GetAllValuesForSetting (
settingId As Guid
) As ICollection(Of AppSettingValue)
ICollection<AppSettingValue^>^ GetAllValuesForSetting(
Guid settingId
)
abstract GetAllValuesForSetting :
settingId : Guid -> ICollection<AppSettingValue> Parameters
- settingId Guid
- The ID of the setting.
Return Value
ICollectionAppSettingValue
A collection of objects containing the value of the setting at the associated scope and scope target.
Exceptions
Remarks
This method only returns values which have been explicitly set. Default and effective values are not included.
See Also