LastModifiedName property

PropertyDefinition LastModifiedName
getter/setter pair
Defines the LastModifiedName property.

Implementation

static PropertyDefinition LastModifiedName = new StringPropertyDefinition(
    XmlElementNames.LastModifiedName,
    _ItemSchemaFieldUris.LastModifiedName,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);