If I want to retreive a user's job title using the code below...
......................
Dim strInput As String
Dim rsltPropColl As ResultPropertyCollection
Dim rsltPropValColl As ResultPropertyValueCollection
......................
......................
rsltPropValColl = rsltPropColl.Item(strInput)
haris101
Member
269 Points
188 Posts
Simple Question about ResultPropertyCollection
Aug 04, 2005 01:16 AM|LINK
......................
Dim strInput As String
Dim rsltPropColl As ResultPropertyCollection
Dim rsltPropValColl As ResultPropertyValueCollection
......................
......................
rsltPropValColl = rsltPropColl.Item(strInput)
...what should be the value of strInput? Thanks!