SearchFilter.PropertyBasedFilter.PropertyDefinition Property

Definition

Gets or sets an item property that is used to filter the search.

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

Property Value

The definition of the item property that is used to filter the search.

Remarks

Property definitions are available as static members from schema classes such as EmailMessageSchema, AppointmentSchema, ContactSchema, and so on.

Applies to