QuickOPC User's Guide and Reference
DAClientPropertySource Constructor



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientPropertySource Class : DAClientPropertySource Constructor
The OPC server involved in the operation.
The OPC node involved in the operation.
The descriptor of the OPC property involved in the operation.
Initializes a new instance of the class, with given OPC server and property descriptors.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal nodeDescriptor As DANodeDescriptor, _
   ByVal propertyDescriptor As DAPropertyDescriptor _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim nodeDescriptor As DANodeDescriptor
Dim propertyDescriptor As DAPropertyDescriptor
 
Dim instance As New DAClientPropertySource(serverDescriptor, nodeDescriptor, propertyDescriptor)

Parameters

serverDescriptor
The OPC server involved in the operation.
nodeDescriptor
The OPC node involved in the operation.
propertyDescriptor
The descriptor of the OPC property involved in the operation.
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