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 (24.3.0.1000)
Syntax public string HostIdentifier { get; }
Public ReadOnly Property HostIdentifier As String
Get
public:
virtual property String^ HostIdentifier {
String^ get () sealed;
}
abstract HostIdentifier : string with get
override HostIdentifier : string with get
Property Value
Type:
StringImplements
IEngineHostIdentifierRemarks The host identifier can be used by logging mechanism to determine the log entry source.
See Also