====== Active ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns activation state ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== var bActive = Bundle.Active; ==== Visual Basic Script ==== bActive = Bundle.Active ==== C++ ==== VARIANT_BOOL bActive; HRESULT hr = Bundle.get_Active(&bActive); ===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~