====== 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 ====
var bVal = ScopeInfo.Decoration;
==== Visual Basic Script ====
bVal = ScopeInfo.Decoration
==== C++ ====
VARIANT_BOOL bVal;
HRESULT hr = ScopeInfo.get_Decoration(&bVal);
===== See Also =====
[[:scripting:api:scope-info:start|IScopeInfo]]
~~NOTOC~~