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. ====== Description ====== Property of [[:scripting:api:search-provider:start|ISearchProvider]] ===== Description ===== Returns search description ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sDescription = SearchProvider.Description; </code>==== Visual Basic Script ==== <code vb> sDescription = SearchProvider.Description </code>==== C++ ==== <code cpp> BSTR sDescription; HRESULT hr = SearchProvider.get_Description(&sDescription); </code>===== See Also ===== [[:scripting:api:search-provider:start|ISearchProvider]] ~~NOTOC~~