SearchFilter.RelationalFilter.OtherPropertyDefinition プロパティ

定義

比較するプロパティのプロパティ定義を取得または設定します。

public:
 property Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ OtherPropertyDefinition { Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ get(); void set(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ value); };
public Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase OtherPropertyDefinition { get; set; }
Public Property OtherPropertyDefinition As PropertyDefinitionBase

プロパティ値

比較するプロパティ定義を持つ PropertyDefinitionBase オブジェクト。

注釈

プロパティ定義は、スキーマ クラス (、、SubjectStart、などGivenName) から静的メンバーとして使用できます。OtherPropertyDefinition とValueプロパティは相互に排他的です。一方を設定すると、もう一方が null 参照 (Visual Basic では Nothing) にリセットされます。

適用対象