SearchFilter.ContainsSubstring Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A search filter that checks for the presence of a substring inside a text property.
public: ref class SearchFilter::ContainsSubstring sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::PropertyBasedFilter
public sealed class SearchFilter.ContainsSubstring : Microsoft.Exchange.WebServices.Data.SearchFilter.PropertyBasedFilter
Public NotInheritable Class SearchFilter.ContainsSubstring
Inherits SearchFilter.PropertyBasedFilter
- Inheritance
Constructors
SearchFilter.ContainsSubstring() |
Initializes a new instance of the SearchFilter.ContainsSubstring class. |
SearchFilter.ContainsSubstring(PropertyDefinitionBase, String, ContainmentMode, ComparisonMode) |
Initializes a new instance of the SearchFilter.ContainsSubstring class with the specified property definition and string to compare and comparison and containment modes. |
SearchFilter.ContainsSubstring(PropertyDefinitionBase, String) |
Initializes a new instance of the SearchFilter.ContainsSubstring class with the specified property definition and string to compare. |
Properties
ComparisonMode |
Gets or sets the comparison mode. |
ContainmentMode |
Gets or sets the containment mode for the comparison. |
PropertyDefinition |
Gets or sets an item property that is used to filter the search. (Inherited from SearchFilter.PropertyBasedFilter) |
Value |
Gets or sets the value to compare the specified property with. |