QuickOPC User's Guide and Reference
AETypeAttribute Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.LiveMapping Namespace : AETypeAttribute Class
Denotes that the type should be involved in OPC Alarms&Events mapping.
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Struct)>
<ComVisibleAttribute(False)>
<MeansImplicitUseAttribute()>
Public NotInheritable Class AETypeAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As AETypeAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
[MeansImplicitUse()]
public sealed class AETypeAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
[MeansImplicitUse()]
public ref class AETypeAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      OpcLabs.EasyOpc.AlarmsAndEvents.LiveMapping.AETypeAttribute

Requirements

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

See Also