Gets a value indicating whether enable the service log.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property EnableLog As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomServer
Dim value As Boolean
value = instance.EnableLog
|
C# | |
---|
public virtual bool EnableLog {get;} |
C++/CLI | |
---|
public:
virtual property bool EnableLog {
bool get();
} |
Return Value
true
if log is enabled; otherwise,
false
.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also