ICalUid property

PropertyDefinition ICalUid
getter/setter pair
Defines the iCalendar Uid property.

Implementation

static PropertyDefinition ICalUid = new StringPropertyDefinition(
    XmlElementNames.Uid,
    _AppointmentSchemaFieldUris.Uid,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);