Opc.Ua.Core
EventSeverity Enumeration



Opc.Ua Namespace : EventSeverity Enumeration
The severity for an event.
Syntax
'Declaration
 
Public Enum EventSeverity 
   Inherits System.Enum
 
'Usage
 
Dim instance As EventSeverity
Members
MemberDescription
High The event has high severity.
Low The event has low severity.
Max The highest possible severity.
Medium The event has medium severity.
MediumHigh The event has medium high severity.
MediumLow The event has medium-low severity.
Min The lowest possible severity.
Remarks
Event severities can have any value between 1 and 1000. This enumeration provides default values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.EventSeverity

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

Opc.Ua Namespace