DisplayNameLastFirst property

PropertyDefinition DisplayNameLastFirst
getter/setter pair
Defines the DisplayNameLastFirst property.

Implementation

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