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: 13.0.131
Syntax public static Nullable<bool> ApplicationInitialized { get; }
Property Value
Type:
NullableBooleanSee Also