Connectivity Software User's Guide and Reference
DAClientPropertyMapping Constructor(Type,DAPropertyMappingKind)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientPropertyMapping Class > DAClientPropertyMapping Constructor : DAClientPropertyMapping Constructor(Type,DAPropertyMappingKind)
The type of OPC property.

The value of this parameter cannot be null (Nothing in Visual Basic).

Specifies how the OPC Data Access property will be mapped.
Initializes a new instance of the class, with given OPC property type, and mapping kind.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyType As Type, _
   ByVal kind As DAPropertyMappingKind _
)
'Usage
 
Dim propertyType As Type
Dim kind As DAPropertyMappingKind
 
Dim instance As New DAClientPropertyMapping(propertyType, kind)
public DAClientPropertyMapping( 
   Type propertyType,
   DAPropertyMappingKind kind
)
public:
DAClientPropertyMapping( 
   Type^ propertyType,
   DAPropertyMappingKind kind
)

Parameters

propertyType
The type of OPC property.

The value of this parameter cannot be null (Nothing in Visual Basic).

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