'Usage
Dim instance As AbstractMapping Dim tag As String Dim value As Boolean value = instance.HasMappingTag(tag)
Parameters
- tag
- The mapping tag to be tested.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
if this mapping has the given mapping tag; false
otherwise.