Property of ISearchJob
indicates that job can be repeated
Read-Only Property of type VARIANT_BOOL
var bVal = SearchJob.CanRepeat;
bVal = SearchJob.CanRepeat
VARIANT_BOOL bVal; HRESULT hr = SearchJob.get_CanRepeat(&bVal);
ISearchJob