SearchFilter.RelationalFilter Class

Definition

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.

Applies to