GetUIDCount Example for Visual Basic

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