====== Strict ====== Property of [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] ===== Description ===== Strict Mode ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== var bVal = ScopeTagInfo.Strict; ==== Visual Basic Script ==== bVal = ScopeTagInfo.Strict ==== C++ ==== VARIANT_BOOL bVal; HRESULT hr = ScopeTagInfo.get_Strict(&bVal); ===== See Also ===== [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] ~~NOTOC~~