====== Count ======
Property of [[:scripting:api:base-views:start|IBaseViews]]
===== Description =====
Returns number of items in collection
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = BaseViews.Count;
==== Visual Basic Script ====
nVal = BaseViews.Count
==== C++ ====
long nVal;
HRESULT hr = BaseViews.get_Count(&nVal);
===== See Also =====
[[:scripting:api:base-views:start|IBaseViews]]
~~NOTOC~~