IDALService Interface Properties
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see IDALService members.
| Name | Description | |
|---|---|---|
![]() | ApplicationName | The application name of application that started the DAL. Throws an exception if the DAL has not yet been initialized or if it is shut down. |
![]() | ChangesetId | The changeset Id for configuration changes. |
![]() | ClientHostname | Gets the client hostname on which the DAL was started. Throws an exception if the DAL is shut down. |
![]() | ConfigFolder | Gets the folder name from which the DAL configuration XML file(s) were loaded. |
![]() | IsAppLicensed | Whether application has valid license. Application should set this value to true if it has valid license. This information will be sent to remote server. |
![]() | IsInitialized | true if DAL has been previously initialized; otherwise, false. |
![]() | Locale | The locale on which the DAL was started. Throws an exception if the DAL is shut down. |
![]() | ProcessID | The ID of the process on which the DAL Service is running. Throws an exception if the DAL is shut down. |
![]() | Timezone | The timezone of the client that initialized the DAL. Throws an exception if the DAL is shut down. |
![]() | Username | The username of the client that initialized the DAL. Throws an exception if the DAL is shut down. |
