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