ContainmentMode - перечисление |
Пространство имён: Tessa.Exchange.WebServices.Data
public enum ContainmentMode
Public Enumeration ContainmentMode
public enum class ContainmentMode
type ContainmentMode
| Имя члена | Значение | Описание | |
|---|---|---|---|
| FullString | 0 | The comparison is between the full string and the constant. The property value and the supplied constant are precisely the same. | |
| Prefixed | 1 | The comparison is between the string prefix and the constant. | |
| Substring | 2 | The comparison is between a substring of the string and the constant. | |
| PrefixOnWords | 3 | The comparison is between a prefix on individual words in the string and the constant. | |
| ExactPhrase | 4 | The comparison is between an exact phrase in the string and the constant. |
Copyright © Syntellect 2022