IAppConfigServiceSettings Property  | 
 
            Gets all registered application configuration settings.
            
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxAppSettingCollection Settings { get; }ReadOnly Property Settings As AppSettingCollection
	Get
property AppSettingCollection^ Settings {
	AppSettingCollection^ get ();
}abstract Settings : AppSettingCollection with get
Property Value
Type: 
AppSettingCollection
See Also