'UsageDim instance As AbstractMapping Dim tag As String Dim value As Boolean value = instance.HasMappingTag(tag)
Parameters
- tag
- The mapping tag to be tested.
Return Value
true if this mapping has the given mapping tag; false otherwise.
'UsageDim instance As AbstractMapping Dim tag As String Dim value As Boolean value = instance.HasMappingTag(tag)
true if this mapping has the given mapping tag; false otherwise.