SearchFilter.PropertyBasedFilter.PropertyDefinition Propiedad

Definición

Obtiene o establece una propiedad de elemento que se usa para filtrar la búsqueda.

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

Valor de propiedad

PropertyDefinitionBase

La definición de la propiedad de elemento que se usa para filtrar la búsqueda.

Comentarios

Definiciones de propiedades están disponibles como miembros estáticos de clases de esquema, como EmailMessageSchema, AppointmentSchema, ContactSchema, y así sucesivamente.

Se aplica a