CanRepeat

Property of ISearchJob

Description

indicates that job can be repeated

Property type

Read-Only Property of type VARIANT_BOOL

Syntax

JavaScript

var bVal = SearchJob.CanRepeat;

==== Visual Basic Script ====

bVal = SearchJob.CanRepeat

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = SearchJob.get_CanRepeat(&bVal);

===== See Also ===== ISearchJob