EngineHostIdentifier Property |
Gets the engine host identifier - a unique name that defines the engine host.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
StringImplements
IEngineHostIdentifier
RemarksThe host identifier can be used by logging mechanism to determine the log entry source.
See Also