| |
|
|
|
|
UseSpecialCharacters Property
If True, special characters +, - and | will be understand as AND, OR and NOT boolean operators. This property is used only is TypeOfSearch is set to Expression. If UseSpecialCharacters is set to False, characters +, - and | are accepted as letters.
[Visual Basic .NET]
Public Property UseSpecialCharacters() As Boolean
|
[C#]
public Boolean UseSpecialCharacters() {get; set;}
|
Boolean
True
Let UseSpecialCharacters is set to True. If search string is: "Apple + banana, it is accepted as "Apple AND banana".
|
|
|
| |