ISOAPNodes::Count Property (read-only)

[propget] HRESULT Count([out, retval] long * Count);

returns the number of nodes currently in the collection

 

Return Values

 

Sample Code

dim e
set e = CreateObject("pocketSOAP.Envelope.2")
e.Parameters.Create "a", 10
e.Parameters.Create "b", 20
' prints 2
wscript.echo e.Parameters.Count

 

See Also

The ISOAPNodes Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.