'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)
public DAClientPropertySource( ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, DAPropertyDescriptor propertyDescriptor )
public: DAClientPropertySource( 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 descriptor of the OPC property involved in the operation.