====== Count ======
Property of [[:scripting:api:dispatch-hub:start|IDispatchHub]]
===== Description =====
Returns Unique ID
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]**
===== Syntax =====
==== JavaScript ====
var nCount = DispatchHub.Count;
==== Visual Basic Script ====
nCount = DispatchHub.Count
==== C++ ====
ULONG nCount;
HRESULT hr = DispatchHub.get_Count(&nCount);
===== See Also =====
[[:scripting:api:dispatch-hub:start|IDispatchHub]]
~~NOTOC~~