SearchFilter.IsLessThan Constructors

Definition

Overloads

SearchFilter.IsLessThan()

Initializes a new instance of the SearchFilter.IsLessThan class.

SearchFilter.IsLessThan(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the SearchFilter.IsLessThan class with the specified property definitions to compare.

SearchFilter.IsLessThan(PropertyDefinitionBase, Object)

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

SearchFilter.IsLessThan()

Initializes a new instance of the SearchFilter.IsLessThan class.

public:
 IsLessThan();
public IsLessThan ();
Public Sub New ()

Applies to

SearchFilter.IsLessThan(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the SearchFilter.IsLessThan class with the specified property definitions to compare.

public:
 IsLessThan(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ otherPropertyDefinition);
public IsLessThan (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase otherPropertyDefinition);
Public Sub New (propertyDefinition As PropertyDefinitionBase, otherPropertyDefinition As PropertyDefinitionBase)

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

otherPropertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

Applies to

SearchFilter.IsLessThan(PropertyDefinitionBase, Object)

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

public:
 IsLessThan(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, System::Object ^ value);
public IsLessThan (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, object value);
Public Sub New (propertyDefinition As PropertyDefinitionBase, value As Object)

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

value
Object

The value to compare the property with.

Applies to