Count Property
Description
Represents the number of copies of this Command which are available. If the measurement routine is currently being executed, it is the number of times it has been executed so far in the current execution cycle. If the measurement routine is not currently being executed, it is the number of times it was executed during the previous execution cycle. If Command has never been executed, Count has the value one.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Count As Long |
Return Type
Read-only Long.
See Also