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