'UsageDim instance As AbstractMapping Dim dataType As Type Dim value As Object instance.SetTargetValue(dataType, value)
Parameters
- dataType
 - The data type of the value.
 - value
 - The mapped value to be stored into the linking target.
 
            'UsageDim instance As AbstractMapping Dim dataType As Type Dim value As Object instance.SetTargetValue(dataType, value)