[This is preliminary documentation and is subject to change.]
Check if the Unique Tag as defined in the local Tag Type list is present in the given match dataset.
| C# | Visual Basic | Visual C++ |
public bool IsUniqueTagFoundIn( AttributeSet matchDataset )
Public Function IsUniqueTagFoundIn ( _ matchDataset As AttributeSet _ ) As Boolean
public: bool IsUniqueTagFoundIn( AttributeSet^ matchDataset )
- matchDataset (AttributeSet)
- Dataset to check for match.
Boolean indicating if the match dataset contains the default Unique Tag.