Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static Nullable<bool> ApplicationInitialized { get; }

Property Value

Type: NullableBoolean
See Also