QuickOPC User's Guide and Reference
DAPropertyAttribute Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAPropertyAttribute Class
Gives information about OPC Data Access property (on some OPC item).
Object Model
DAPropertyAttribute ClassDAPropertyId Class
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Field Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property)>
<ComVisibleAttribute(False)>
<MeansImplicitUseAttribute()>
Public NotInheritable Class DAPropertyAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As DAPropertyAttribute
[AttributeUsage(AttributeTargets.Field | 
    AttributeTargets.Method | 
    AttributeTargets.Property)]
[ComVisible(false)]
[MeansImplicitUse()]
public sealed class DAPropertyAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(AttributeTargets.Field | 
    AttributeTargets.Method | 
    AttributeTargets.Property)]
[ComVisible(false)]
[MeansImplicitUse()]
public ref class DAPropertyAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

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

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