'Declaration
Public Function New( _ ByVal propertyType As Type _ )
'Usage
Dim propertyType As Type Dim instance As New DAClientPropertyMapping(propertyType)
public DAClientPropertyMapping( Type propertyType )
public: DAClientPropertyMapping( Type^ propertyType )
Parameters
- propertyType
- The type of OPC property.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).