DisplayNameFirstLast property

PropertyDefinition DisplayNameFirstLast
getter/setter pair
Defines the DisplayNameFirstLast property.

Implementation

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