Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var nCount = DispatchHub.Count; </code>==== Visual Basic Script ==== <code vb> nCount = DispatchHub.Count </code>==== C++ ==== <code cpp> ULONG nCount; HRESULT hr = DispatchHub.get_Count(&nCount); </code>===== See Also ===== [[:scripting:api:dispatch-hub:start|IDispatchHub]] ~~NOTOC~~