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. ====== Decoration ====== Property of [[:scripting:api:scope-info:start|IScopeInfo]] ===== Description ===== Indicates that the scope is only for decoration, and not influence syntax ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bVal = ScopeInfo.Decoration; </code>==== Visual Basic Script ==== <code vb> bVal = ScopeInfo.Decoration </code>==== C++ ==== <code cpp> VARIANT_BOOL bVal; HRESULT hr = ScopeInfo.get_Decoration(&bVal); </code>===== See Also ===== [[:scripting:api:scope-info:start|IScopeInfo]] ~~NOTOC~~