EngineConfiguration Property |
Gets the currently-loaded application configuration.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IAppConfig Configuration { get; }Public ReadOnly Property Configuration As IAppConfig
Get
public:
virtual property IAppConfig^ Configuration {
IAppConfig^ get () sealed;
}abstract Configuration : IAppConfig with get
override Configuration : IAppConfig with get
Property Value
IAppConfigImplements
IEngineConfiguration
See Also