Share via


FileSearch.MatchTextExactly Property

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.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property MatchTextExactly As Boolean
    Get
    Set
'Usage
Dim instance As FileSearch
Dim value As Boolean

value = instance.MatchTextExactly

instance.MatchTextExactly = value
bool MatchTextExactly { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace