====== Count ======
Property of [[:scripting:api:search-job:start|ISearchJob]]
===== Description =====
Returns number of items in collection
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = SearchJob.Count;
==== Visual Basic Script ====
nVal = SearchJob.Count
==== C++ ====
long nVal;
HRESULT hr = SearchJob.get_Count(&nVal);
===== See Also =====
[[:scripting:api:search-job:start|ISearchJob]]
~~NOTOC~~