QuickOPC User's Guide and Reference
EventTypes Property (_AESubscriptionFilter)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AESubscriptionFilter Interface : EventTypes Property
An OpcLabs.EasyOpc.AlarmsAndEvents.AEEventType value specifying which event types are of interest (essentially, a bit mask).
Syntax
'Declaration
 
<NotNullAttribute()>
Property EventTypes As AEEventType
'Usage
 
Dim instance As _AESubscriptionFilter
Dim value As AEEventType
 
instance.EventTypes = value
 
value = instance.EventTypes
[NotNull()]
AEEventType EventTypes {get; set;}
[NotNull()]
property AEEventType^ EventTypes {
   AEEventType^ get();
   void set (    AEEventType^ value);
}
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