Opc.Ua.Core
DiagnosticsEnabled Property



Opc.Ua Namespace > ServerConfiguration Class : DiagnosticsEnabled Property
Whether diagnostics are enabled.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=4)>
Public Property DiagnosticsEnabled As Boolean
'Usage
 
Dim instance As ServerConfiguration
Dim value As Boolean
 
instance.DiagnosticsEnabled = value
 
value = instance.DiagnosticsEnabled
[DataMember(IsRequired=false, Order=4)]
public bool DiagnosticsEnabled {get; set;}
[DataMember(IsRequired=false, Order=4)]
public:
property bool DiagnosticsEnabled {
   bool get();
   void set (    bool value);
}

Property Value

true if diagnostic is enabled; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerConfiguration Class
ServerConfiguration Members