IAppConfigServiceRegisterSetting Method |
Register a configuration setting so that it may be assigned a value and saved in the configuration.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxAppSetting RegisterSetting(
AppSettingProperties properties
)
Function RegisterSetting (
properties As AppSettingProperties
) As AppSetting
AppSetting^ RegisterSetting(
AppSettingProperties^ properties
)
abstract RegisterSetting :
properties : AppSettingProperties -> AppSetting Parameters
- properties AppSettingProperties
- The properties of the setting to be registered.
Return Value
AppSettingAn
AppSetting object representing the setting.
Exceptions
Remarks
This method must be called after the engine is started.
For information on validation criteria, refer to the documentation of AppSettingProperties
and its members.
See Also