Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Totals ====== Property of [[:scripting:api:search-job:start|ISearchJob]] ===== Description ===== Returns Job Total Details ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sVal = SearchJob.Totals; </code>==== Visual Basic Script ==== <code vb> sVal = SearchJob.Totals </code>==== C++ ==== <code cpp> BSTR sVal; HRESULT hr = SearchJob.get_Totals(&sVal); </code>===== See Also ===== [[:scripting:api:search-job:start|ISearchJob]] ~~NOTOC~~