====== Category ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns Category ===== Property type ===== Read-Only Property of type **[[:scripting:api:category|eCategory]]** ===== Syntax ===== ==== JavaScript ==== var eCategory = Bundle.Category; ==== Visual Basic Script ==== eCategory = Bundle.Category ==== C++ ==== eCategory eCategory; HRESULT hr = Bundle.get_Category(&eCategory); ===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~