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