scripting:api:dispatch-hub:count

Count

Property of IDispatchHub

Returns Unique ID

Read-Only Property of type ULONG

var nCount = DispatchHub.Count;

==== Visual Basic Script ====

nCount = DispatchHub.Count

==== C++ ====

ULONG nCount;
HRESULT hr = DispatchHub.get_Count(&nCount);

===== See Also ===== IDispatchHub