SearchFilter.PropertyBasedFilter.PropertyDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.