IsGreaterThanOrEqualTo.withPropertyAndValue constructor

IsGreaterThanOrEqualTo.withPropertyAndValue(
  1. PropertyDefinitionBase propertyDefinition,
  2. Object value
)
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 value to compare the property with.

Implementation

IsGreaterThanOrEqualTo.withPropertyAndValue(
    PropertyDefinitionBase propertyDefinition, Object value)
    : super.withPropertyAndValue(propertyDefinition, value) {}