FileSearch.MatchTextExactly 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 specified file search will find only files whose body text or file properties contain the exact word or phrase that you've specified.
public:
property bool MatchTextExactly { bool get(); void set(bool value); };
public bool MatchTextExactly { get; set; }
member this.MatchTextExactly : bool with get, set
Public Property MatchTextExactly As Boolean
Property Value
Remarks
Some of the content in this topic may not be applicable to some languages.
This property returns True if the specified file search will find only files whose body text or file properties contain the exact word or phrase that you've specified; False if the search is more general.