Find.Found Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.