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