PropertyDefinition property

PropertyDefinitionBase? PropertyDefinition
Gets or sets the definition of the property that is involved in the search filter. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)

Implementation

PropertyDefinitionBase? get PropertyDefinition => this.propertyDefinition;
void PropertyDefinition=(PropertyDefinitionBase? value)

Implementation

set PropertyDefinition(PropertyDefinitionBase? value) {
  this.propertyDefinition = value;
}