'Declaration
<NotNullAttribute()> Public Overloads Shared Function GetValueType( _ ByVal dataType As Type, _ ByVal valueRank As Integer, _ ByVal valueHint As Object _ ) As Type
Parameters
- dataType
- The data type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - valueRank
- The value rank.
- valueHint
- A value that may help determining the (rank of the resulting array) type.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
Returns the .NET type of OPC-UA Value attribute.
This method never returns null
(Nothing
in Visual Basic).