Count Property (IArguments)
Gets the total count of arguments.
'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IArguments
Dim value As Integer
value = instance.Count
Property Value
An integer value indicates the total count of arguments.