QuickOPC User's Guide and Reference
DAPropertyArguments Constructor(ServerDescriptor,DANodeDescriptor,DAPropertyDescriptor)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > DAPropertyArguments Class > DAPropertyArguments Constructor : DAPropertyArguments Constructor(ServerDescriptor,DANodeDescriptor,DAPropertyDescriptor)
The OPC server involved in the operation.
The OPC node involved in the operation.
The OPC item and property involved in the operation.
Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server, node 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 DAPropertyArguments(serverDescriptor, nodeDescriptor, propertyDescriptor)

Parameters

serverDescriptor
The OPC server involved in the operation.
nodeDescriptor
The OPC node involved in the operation.
propertyDescriptor
The OPC item and property involved in the operation.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyArguments Class
DAPropertyArguments Members
Overload List