IsStatistic Property
Description
Determines whether or not the command is a Statistics command.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsStatistic As Boolean |
Return Type
Read/write Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve a Statistics Command object using the StatisticCommand Property.
See Also