QuickOPC User's Guide and Reference
UASeverity Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UASeverity Enumeration
Defines severity codes.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Severity")>
<GuidAttribute("5A70CB34-9256-4C98-9DDB-9B3EC93154E1")>
Public Enum UASeverity 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UASeverity
[ComVisible(true)]
[DisplayName2("OPC-UA Severity")]
[Guid("5A70CB34-9256-4C98-9DDB-9B3EC93154E1")]
public enum UASeverity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC-UA Severity")]
[Guid("5A70CB34-9256-4C98-9DDB-9B3EC93154E1")]
public enum class UASeverity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
BadOrFailure2The operation failed.
GoodOrSuccess0The operation completed successfully.
UncertainOrWarning1The operation completed however its outputs may not be usable.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.UASeverity

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