FirstOccurrence property

PropertyDefinition FirstOccurrence
getter/setter pair
Defines the FirstOccurrence property.

Implementation

static PropertyDefinition FirstOccurrence =
    new ComplexPropertyDefinition<OccurrenceInfo>.withUri(
        XmlElementNames.FirstOccurrence,
        _AppointmentSchemaFieldUris.FirstOccurrence,
        ExchangeVersion.Exchange2007_SP1, () {
  return new OccurrenceInfo();
});