QuickOPC User's Guide and Reference
DAPropertyMapping Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAPropertyMapping Class
An abstract mapping for OPC Data Access properties.
Object Model
DAPropertyMapping ClassAbstractLinkingTarget ClassDAPropertySource ClassAbstractMapping Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class DAPropertyMapping 
   Inherits OpcLabs.BaseLib.LiveMapping.AbstractMapping
'Usage
 
Dim instance As DAPropertyMapping
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class DAPropertyMapping : OpcLabs.BaseLib.LiveMapping.AbstractMapping 
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class DAPropertyMapping abstract : public OpcLabs.BaseLib.LiveMapping.AbstractMapping 
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.AbstractMapping
      OpcLabs.EasyOpc.DataAccess.LiveMapping.DAPropertyMapping
         OpcLabs.EasyOpc.DataAccess.LiveMapping.DAClientPropertyMapping

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