SearchFilter.IsGreaterThan Constructors

Definition

Overloads

SearchFilter.IsGreaterThan()

Initializes a new instance of the SearchFilter.IsGreaterThan class.

SearchFilter.IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the SearchFilter.IsGreaterThan class with the specified properties to compare.

SearchFilter.IsGreaterThan(PropertyDefinitionBase, Object)

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

SearchFilter.IsGreaterThan()

Initializes a new instance of the SearchFilter.IsGreaterThan class.

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

Applies to

SearchFilter.IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the SearchFilter.IsGreaterThan class with the specified properties to compare.

public:
 IsGreaterThan(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ otherPropertyDefinition);
public IsGreaterThan (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.IsGreaterThan(PropertyDefinitionBase, Object)

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

public:
 IsGreaterThan(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, System::Object ^ value);
public IsGreaterThan (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