Gets or sets a value indicating whether the search should match the whole phrase exactly as it appears.
public bool WholePhrase {get; set;}
'Declaration
Public Property WholePhrase As Boolean
Property Value
true
if the search should match the entire phrase exactly; otherwise,
false
if partial matches are acceptable.