GetTagCount Example for Visual Basic

Dim lCount As Long
lCount = LEADDICOM1.GetTagCount
MsgBox "There are " & CStr(lCount) & " Tag Items."