QuickOPC User's Guide and Reference
DAClientPropertyMapping Constructor(AbstractMapping,Type,DAPropertyMappingKind)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientPropertyMapping Class > DAClientPropertyMapping Constructor : DAClientPropertyMapping Constructor(AbstractMapping,Type,DAPropertyMappingKind)
The parent of the newly created mapping. May be null.
The type of OPC property.
Specifies how the OPC Data Access property will be mapped.
Initializes a new instance of the class, with given parent mapping, OPC property type, and mapping kind.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As AbstractMapping, _
   ByVal propertyType As Type, _
   ByVal kind As DAPropertyMappingKind _
)
'Usage
 
Dim parent As AbstractMapping
Dim propertyType As Type
Dim kind As DAPropertyMappingKind
 
Dim instance As New DAClientPropertyMapping(parent, propertyType, kind)
public DAClientPropertyMapping( 
   AbstractMapping parent,
   Type propertyType,
   DAPropertyMappingKind kind
)
public:
DAClientPropertyMapping( 
   AbstractMapping^ parent,
   Type^ propertyType,
   DAPropertyMappingKind kind
)

Parameters

parent
The parent of the newly created mapping. May be null.
propertyType
The type of OPC property.
kind
Specifies how the OPC Data Access property will be mapped.
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