FileSearch.MatchTextExactly Property

Definition

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.

Applies to