FilterID
This read-only property returns FilterID value as specified by the AddCandidate method of the field.
Syntax
FilterID as Long
Sample Code
Dim intNewCandidate as long
Dim lngUniqueID as Long
lngUniqueID = pWorkdoc.Fields("VendorASSA").Candidate(intNewCandidate).FilterID
pWorkdoc.Fields("VendorASSA").PutUniqueEntryId(0, lngUniqueID)