CMSApplicationApplicationInitialized Property |
Defines the state whether the application is initialized. If true, the application was initialized correctly. If false, the application was initialized with an error. If null, the initialization is to be done.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static Nullable<bool> ApplicationInitialized { get; }
Property Value
Type:
NullableBoolean
See Also