Click or drag to resize

baseServiceSLerrorLogFile Property

Returns the errorlogfile for the executing service If not defined by service, then global log file is returned from AppSettings["ERRORLOGFILE"] Only used if debugMode = true

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
public string errorLogFile { get; set; }

Property Value

Type: String
See Also