EngineHostIdentifier Property

Gets the engine host identifier - a unique name that defines the engine host.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string HostIdentifier { get; }

Property Value

String

Implements

IEngineHostIdentifier
Remarks
The host identifier can be used by logging mechanism to determine the log entry source.
See Also