'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)
public DAPropertyArguments( ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, DAPropertyDescriptor propertyDescriptor )
public: DAPropertyArguments( ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor, DAPropertyDescriptor^ 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.