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();
} |
Property Value
true
if log is enabled; otherwise,
false
.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also