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