IsLessThan.withPropertyAndProperty constructor

IsLessThan.withPropertyAndProperty(
  1. PropertyDefinitionBase propertyDefinition,
  2. PropertyDefinitionBase otherPropertyDefinition
)
Initializes a new instance of the The definition of the property that is being compared. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.) The definition of the property to compare with. Property definitions are available on schema classes (EmailMessageSchema, AppointmentSchema, etc.)

Implementation

IsLessThan.withPropertyAndProperty(PropertyDefinitionBase propertyDefinition,
    PropertyDefinitionBase otherPropertyDefinition)
    : super.withPropertyAndProperty(
          propertyDefinition, otherPropertyDefinition) {}