Count Property
See Also Example Applies To
A Long containing the number of XMLRPCValues in the object.
Syntax
object.Count
| Part |
Description |
| object |
An object expression that evaluates to an XMLRPCParams object. |
Remarks
An example of the code fragment needed is below:
Dim X As Long
X = MyObject.Params.Count
|