QuickOPC User's Guide and Reference
Severity Property (UAStatusCode)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class : Severity Property
Indicates whether the StatusCode represents a good, bad or uncertain condition.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Severity As UASeverity
 
'Usage
 
Dim instance As UAStatusCode
Dim value As UASeverity
 
instance.Severity = value
 
value = instance.Severity
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also