QuickOPC User's Guide and Reference
IsSimple Property (_AEEventType)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEEventType Interface : IsSimple Property
Denotes whether simple event is included in the event types.
Syntax
'Declaration
 
Property IsSimple As Boolean
'Usage
 
Dim instance As _AEEventType
Dim value As Boolean
 
instance.IsSimple = value
 
value = instance.IsSimple
bool IsSimple {get; set;}
property bool IsSimple {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_AEEventType Interface
_AEEventType Members