Find.Found Property

Definition

Determines if the search for the specified object has produced a match.

public:
 property bool Found { bool get(); };
public bool Found { get; }
member this.Found : bool
Public ReadOnly Property Found As Boolean

Property Value

Remarks

This property returns True if the search produces a match, and False if not.

Applies to