Count
Property of ISearchJob
Description
Returns number of items in collection
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = SearchJob.Count;
Visual Basic Script
nVal = SearchJob.Count
C++
long nVal; HRESULT hr = SearchJob.get_Count(&nVal);