====== SearchType ======
Property of [[:scripting:api:search-provider:start|ISearchProvider]]
===== Description =====
Returns search type id
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nSearchType = SearchProvider.SearchType;
==== Visual Basic Script ====
nSearchType = SearchProvider.SearchType
==== C++ ====
long nSearchType;
HRESULT hr = SearchProvider.get_SearchType(&nSearchType);
===== See Also =====
[[:scripting:api:search-provider:start|ISearchProvider]]
~~NOTOC~~