QuickOPC User's Guide and Reference
AEMemberAttribute Class
Members 



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

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

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