Count property read only
Returns count of the named items in the namespaces collection
variable = object.Count
variable |
long |
Count of the namespace items in the namespaces collectiont |
object |
ScriptManager2 or ScriptAggregate |
Previously created ScriptManager2/ScriptAggregate object |
Remarks:
Returns the count of the namespace objects (named items) in the collection.
Applies to:
ScriptManager2 and ScriptAggregate
objects
See also:
C++ Helper SCPHOSTCLNT::Count method
|