Documentation

ContainmentModeType extends Enumeration
in package

Identifies the boundaries of a search.

Table of Contents

Constants

EXACT_PHRASE  = 'ExactPhrase'
The comparison is between an exact phrase in the string and the constant.
FULL_STRING  = 'FullString'
The comparison is between the full string and the constant.
PREFIX_ON_WORDS  = 'PrefixOnWords'
The comparison is between a prefix on individual words in the string and the constant.
PREFIXED  = 'Prefixed'
The comparison is between the string prefix and the constant.
SUBSTRING  = 'Substring'
The comparison is between a substring of the string and the constant.

Properties

$_  : string
Element value.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

EXACT_PHRASE

The comparison is between an exact phrase in the string and the constant.

public string EXACT_PHRASE = 'ExactPhrase'
Tags
since

Exchange 2007

FULL_STRING

The comparison is between the full string and the constant.

public string FULL_STRING = 'FullString'

The property value and the supplied constant are precisely the same.

Tags
since

Exchange 2007

PREFIX_ON_WORDS

The comparison is between a prefix on individual words in the string and the constant.

public string PREFIX_ON_WORDS = 'PrefixOnWords'
Tags
since

Exchange 2007

PREFIXED

The comparison is between the string prefix and the constant.

public string PREFIXED = 'Prefixed'
Tags
since

Exchange 2007

SUBSTRING

The comparison is between a substring of the string and the constant.

public string SUBSTRING = 'Substring'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results