scripting:api:scope-tag-info:strict

Strict

Property of IScopeTagInfo

Strict Mode

Read-Only Property of type VARIANT_BOOL

var bVal = ScopeTagInfo.Strict;

==== Visual Basic Script ====

bVal = ScopeTagInfo.Strict

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = ScopeTagInfo.get_Strict(&bVal);

===== See Also ===== IScopeTagInfo