SearchFilter.IsGreaterThanOrEqualTo Constructors

Definition

Overloads

SearchFilter.IsGreaterThanOrEqualTo()

Initializes a new instance of the SearchFilter.IsGreaterThanOrEqualTo class.

SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

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

SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase, Object)

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

SearchFilter.IsGreaterThanOrEqualTo()

Initializes a new instance of the SearchFilter.IsGreaterThanOrEqualTo class.

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

Applies to

SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

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

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

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

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