SearchFilter.RelationalFilter 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.
Represents the base class for relational filters (for example, IsEqualTo, IsGreaterThan, or IsLessThanOrEqualTo).
public: ref class SearchFilter::RelationalFilter abstract : Microsoft::Exchange::WebServices::Data::SearchFilter::PropertyBasedFilter
public abstract class SearchFilter.RelationalFilter : Microsoft.Exchange.WebServices.Data.SearchFilter.PropertyBasedFilter
Public MustInherit Class SearchFilter.RelationalFilter
Inherits SearchFilter.PropertyBasedFilter
- Inheritance
- Derived
Properties
OtherPropertyDefinition |
Gets or sets the property definition of the property to be compared. |
PropertyDefinition |
Gets or sets an item property that is used to filter the search. (Inherited from SearchFilter.PropertyBasedFilter) |
Value |
Gets or sets the value of the property to be compared. |