QuickOPC User's Guide and Reference
DAPropertySource Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAPropertySource Class
An abstract mapping source that represents OPC Data Access property (on an OPC item).
Object Model
DAPropertySource ClassDANodeDescriptor ClassDAPropertyDescriptor ClassServerDescriptor Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class DAPropertySource 
   Inherits DAMappingSource
'Usage
 
Dim instance As DAPropertySource
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class DAPropertySource : DAMappingSource 
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class DAPropertySource abstract : public DAMappingSource 
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveMapping.AbstractMappingSource
      OpcLabs.EasyOpc.LiveMapping.CommonMappingSource
         OpcLabs.EasyOpc.DataAccess.LiveMapping.DAMappingSource
            OpcLabs.EasyOpc.DataAccess.LiveMapping.DAPropertySource
               OpcLabs.EasyOpc.DataAccess.LiveMapping.DAClientPropertySource

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