IsArrayIndex Property
Description
Determines whether or not the command is an ArrayIndex command.
Property type
Read-only property
Syntax
| Visual Basic |
|---|
Public Property IsArrayIndex As Boolean |
Return Type
Read only
Remarks
Commands that return TRUE for this property can successfully retrieve an ArrayIndex object using the ArrayIndexCommand property.
See Also