QuickOPC User's Guide and Reference
Quality Property (AEEventDataPayload)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AEEventDataPayload Class : Quality Property
Quality associated with the condition.
Syntax
'Declaration
 
Public Property Quality As Integer
'Usage
 
Dim instance As AEEventDataPayload
Dim value As Integer
 
instance.Quality = value
 
value = instance.Quality
public int Quality {get; set;}
public:
property int Quality {
   int get();
   void set (    int value);
}
Remarks

This property is used only for Condition-Related Events (see EventType).

Values are as defined for the OPC Quality Flags in the OPC Data Access Server specification.

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