LastModifiedTime property

PropertyDefinition LastModifiedTime
getter/setter pair
Defines the LastModifiedTime property.

Implementation

static PropertyDefinition LastModifiedTime = new DateTimePropertyDefinition.withUriAndFlags(
    XmlElementNames.LastModifiedTime,
    _ItemSchemaFieldUris.LastModifiedTime,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);