SearchFilter.IsGreaterThan 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 a search filter that determines whether a property is greater than a given value or other property.
public: ref class SearchFilter::IsGreaterThan sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::RelationalFilter
public sealed class SearchFilter.IsGreaterThan : Microsoft.Exchange.WebServices.Data.SearchFilter.RelationalFilter
Public NotInheritable Class SearchFilter.IsGreaterThan
Inherits SearchFilter.RelationalFilter
- Inheritance
-
SearchFilter.IsGreaterThan
Constructors
SearchFilter.IsGreaterThan() |
Initializes a new instance of the SearchFilter.IsGreaterThan class. |
SearchFilter.IsGreaterThan(PropertyDefinitionBase, Object) |
Initializes a new instance of the SearchFilter.IsGreaterThan class with the specified property definition and value to compare. |
SearchFilter.IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase) |
Initializes a new instance of the SearchFilter.IsGreaterThan class with the specified properties to compare. |
Properties
OtherPropertyDefinition |
Gets or sets the property definition of the property to be compared. (Inherited from SearchFilter.RelationalFilter) |
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. (Inherited from SearchFilter.RelationalFilter) |