Property of ISearchJob
Returns number of items in collection
Read-Only Property of type long
var nVal = SearchJob.Count;
nVal = SearchJob.Count
long nVal; HRESULT hr = SearchJob.get_Count(&nVal);
ISearchJob