ContainsExpressionType Members
Exchange Server 2010
The ContainsExpressionType class represents a search expression that determines whether a given property contains the supplied constant string value.
The following tables list the members exposed by the ContainsExpressionType type.
| Name | Description | |
|---|---|---|
| ContainsExpressionType | The ContainsExpressionType constructor initializes a new instance of the ContainsExpressionType class. |
| Name | Description | |
|---|---|---|
| Constant | The Constant property gets or sets a value in a restriction that is compared to a field. |
| ContainmentComparison | The ContainmentComparison property gets or sets a value that specifies whether the search ignores cases and spaces. |
| ContainmentComparisonSpecified | The ContainmentComparisonSpecified property gets or sets a Boolean value that specifies whether the ContainmentComparison property is serialized into the SOAP message. |
| ContainmentMode | The ContainmentMode property gets or sets a value that identifies the boundaries of a search string. |
| ContainmentModeSpecified | The ContainmentModeSpecified property gets a Boolean value that specifies whether the ContainmentMode property is serialized into the SOAP message. |
| Item | The Item property represents the field that is searched for the string in the Constant property. |
(see also
Protected
Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object ) |
| GetHashCode | (inherited from Object ) |
| GetType | (inherited from Object ) |
| ReferenceEquals | (inherited from Object ) |
| ToString | (inherited from Object ) |