SearchFilter.IsGreaterThan コンストラクター

定義

オーバーロード

SearchFilter.IsGreaterThan()

SearchFilter.IsGreaterThan クラスの新しいインスタンスを初期化します。

SearchFilter.IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase)

比較する指定したプロパティを使用して、SearchFilter.IsGreaterThan クラスの新しいインスタンスを初期化します。

SearchFilter.IsGreaterThan(PropertyDefinitionBase, Object)

SearchFilter.IsGreaterThan クラスの新しいインスタンスを、比較する指定されたプロパティ定義と値で初期化します。

SearchFilter.IsGreaterThan()

SearchFilter.IsGreaterThan クラスの新しいインスタンスを初期化します。

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

適用対象

SearchFilter.IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase)

比較する指定したプロパティを使用して、SearchFilter.IsGreaterThan クラスの新しいインスタンスを初期化します。

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)

パラメーター

propertyDefinition
PropertyDefinitionBase

比較されるプロパティの定義。

otherPropertyDefinition
PropertyDefinitionBase

比較されるプロパティの定義。

適用対象

SearchFilter.IsGreaterThan(PropertyDefinitionBase, Object)

SearchFilter.IsGreaterThan クラスの新しいインスタンスを、比較する指定されたプロパティ定義と値で初期化します。

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)

パラメーター

propertyDefinition
PropertyDefinitionBase

比較されるプロパティの定義。

value
Object

プロパティを比較する値。

適用対象