Opc.Ua.Core
UseTraceEvent Property



Opc.Ua Namespace > Utils Class : UseTraceEvent Property
If the legacy trace event handler should be used.
Syntax
'Declaration
 
Public Shared Property UseTraceEvent As Boolean
'Usage
 
Dim value As Boolean
 
Utils.UseTraceEvent = value
 
value = Utils.UseTraceEvent
public static bool UseTraceEvent {get; set;}
public:
static property bool UseTraceEvent {
   bool get();
   void set (    bool value);
}
Remarks
By default true, however a call to SetLogger disables it.
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

Utils Class
Utils Members