'Declaration
Public MustOverride Sub SetValue( _ ByVal dataType As Type, _ ByVal value As Object _ )
'Usage
Dim instance As AbstractLinkingTarget Dim dataType As Type Dim value As Object instance.SetValue(dataType, value)
Parameters
- dataType
- The data type of the value.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - value
- The value to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).