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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AESubscriptionFilter Class : EventTypes Property
An AEEventType value specifying which event types are of interest (essentially, a bit mask).
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property EventTypes As AEEventType
'Usage
 
Dim instance As AESubscriptionFilter
Dim value As AEEventType
 
instance.EventTypes = value
 
value = instance.EventTypes
[DataMember()]
public AEEventType EventTypes {get; set;}
[DataMember()]
public:
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