Opc.Ua.Core
DiagnosticsMask Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : DiagnosticsMask Property
The diagnostics mask associated with the operation.
Syntax
'Declaration
 
Public ReadOnly Property DiagnosticsMask As DiagnosticsMasks
'Usage
 
Dim instance As SystemContext
Dim value As DiagnosticsMasks
 
value = instance.DiagnosticsMask
public DiagnosticsMasks DiagnosticsMask {get;}
public:
property DiagnosticsMasks DiagnosticsMask {
   DiagnosticsMasks get();
}

Property Value

The diagnostics mask.
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

SystemContext Class
SystemContext Members