SearchFilter.RelationalFilter.OtherPropertyDefinition Propiedad

Definición

Obtiene o establece la definición de propiedad de la propiedad que se va a comparar.

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

Valor de propiedad

PropertyDefinitionBase

Un objeto PropertyDefinitionBase con la definición de propiedad que se va a comparar.

Comentarios

Definiciones de propiedades están disponibles como miembros estáticos de clases de esquema (por ejemplo, Subject, Start, o GivenName.) El OtherPropertyDefinition y Value propiedades son mutuamente excluyentes; establecer una, la otra restablece en una referencia nula (Nothing en Visual Basic).

Se aplica a