次の方法で共有


SearchFilter.PropertyBasedFilter.PropertyDefinition プロパティ

定義

検索のフィルター処理に使用するアイテム プロパティを取得または設定します。

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

プロパティ値

検索のフィルター処理に使用される item プロパティの定義。

注釈

プロパティ定義は、などのEmailMessageSchemaAppointmentSchemaContactSchemaスキーマ クラスから静的メンバーとして使用できます。

適用対象