CreationTime property

PropertyDefinition CreationTime
getter/setter pair
Defines the CreationTime property.

Implementation

static PropertyDefinition CreationTime =
    new DateTimePropertyDefinition.withUriAndFlags(
        XmlElementNames.CreationTime,
        _PersonaSchemaFieldUris.CreationTime,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2013_SP1);