OPC Studio User's Guide and Reference
DAReadAttribute Class
Members 



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAReadAttribute Class
Gives information about how OPC Data Access reading should be performed.
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Event Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Struct)>
<ComVisibleAttribute(False)>
Public NotInheritable Class DAReadAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
 
'Usage
 
Dim instance As DAReadAttribute
Inheritance Hierarchy

System.Object
   System.Attribute
      OpcLabs.EasyOpc.DataAccess.LiveMapping.DAReadAttribute

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