SearchFilter.IsNotEqualTo Class

Definition

Represents a search filter that determines whetheeer a property is not equal to a given value or other property.

public: ref class SearchFilter::IsNotEqualTo sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::RelationalFilter
public sealed class SearchFilter.IsNotEqualTo : Microsoft.Exchange.WebServices.Data.SearchFilter.RelationalFilter
Public NotInheritable Class SearchFilter.IsNotEqualTo
Inherits SearchFilter.RelationalFilter
Inheritance

Constructors

SearchFilter.IsNotEqualTo()

Initializes a new instance of the IsNotEqualTo class.

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, Object)

Initializes a new instance of the IsNotEqualTo class with the specified property definition and value to compare.

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the IsNotEqualTo class with the specified property definitions.

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)

Applies to