Exists.withProperty constructor

Exists.withProperty(
  1. PropertyDefinitionBase propertyDefinition
)
Initializes a new instance of the The definition of the property to check the existence of. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)

Implementation

Exists.withProperty(PropertyDefinitionBase propertyDefinition)
    : super.withProperty(propertyDefinition) {}