Find2.WaitForFindToComplete Property

Definition

Gets or sets a value indicating whether a find result is returned before continuing execution.

public:
 property bool WaitForFindToComplete { bool get(); void set(bool value); };
public:
 property bool WaitForFindToComplete { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(100)]
public bool WaitForFindToComplete { [System.Runtime.InteropServices.DispId(100)] get; [System.Runtime.InteropServices.DispId(100)] set; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
[<set: System.Runtime.InteropServices.DispId(100)>]
member this.WaitForFindToComplete : bool with get, set
Public Property WaitForFindToComplete As Boolean

Property Value

true if find operation is asynchronous; otherwise, false.

Attributes

Applies to