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. ====== SearchBinary ====== Property of [[:scripting:api:settings:start|ISettings]] ===== Description ===== Returns SearchBinary flag ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bVal = Settings.SearchBinary; </code>==== Visual Basic Script ==== <code vb> bVal = Settings.SearchBinary </code>==== C++ ==== <code cpp> VARIANT_BOOL bVal; HRESULT hr = Settings.get_SearchBinary(&bVal); </code>===== See Also ===== [[:scripting:api:settings:start|ISettings]] ~~NOTOC~~