[This is preliminary documentation and is subject to change.]
Check if a Universal Match is possible on the local dataset using the Tag Type list given.
| C# | Visual Basic | Visual C++ |
public bool UniversalMatch( TagTypeList tagTypeList )
Public Function UniversalMatch ( _ tagTypeList As TagTypeList _ ) As Boolean
public: bool UniversalMatch( TagTypeList^ tagTypeList )
- tagTypeList (TagTypeList)
- Tag type list used for Universal Match.
Boolean indicating if a Universal Match is true or false.