Leadtools.Dicom.AddIn.Common Namespace > ServerSettings Class : EnableLog Property |
[DisplayNameAttribute("Enable Log")] public bool EnableLog {get; set;}
'Declaration <DisplayNameAttribute("Enable Log")> Public Property EnableLog As Boolean
'Usage Dim instance As ServerSettings Dim value As Boolean instance.EnableLog = value value = instance.EnableLog
[DisplayNameAttribute("Enable Log")] public: property bool EnableLog { bool get(); void set ( bool value); }
true
if service log is enabled; otherwise, false
.