Engine Properties

The Engine type exposes the following members.

Properties
  NameDescription
Public propertyAppDataPath
Gets the physical path to the application's data folder.
Public propertyApplicationStorageEngine
Gets the database engine used for application storage.
Public propertyCallerContext
Gets the currently-executing user context.
Public propertyConfiguration
Gets the currently-loaded application configuration.
Public propertyCulture
Gets the culture to use for formatting dates, numbers, etc. This will typically be the culture associated with the in-context Session.
Public propertyStatic memberCurrent
Gets the currently running instance of the application engine.
Public propertyHostIdentifier
Gets the engine host identifier - a unique name that defines the engine host.
Public propertyStatic memberServerGroupId
Gets the ID of the server group to which the current server belongs.
Public propertyStatic memberServerName
Gets the name of the server.
Public propertyServerQualifiedHostIdentifier
Gets the server-qualified engine host identifier.
Public propertySession
Gets the Session associated with the currently-executing user context.
Public propertyState
Gets the state of the application engine.
Public propertyTempDataPath
Gets the path where any temporary application data is saved.
Public propertyTimeZone
Gets the time zone to use for printing dates and times. This will typically be the time zone associated with the in-context Session.
Top
See Also