Surname property

PropertyDefinition Surname
getter/setter pair
Defines the Surname property.

Implementation

static PropertyDefinition Surname = new StringPropertyDefinition(
    XmlElementNames.Surname,
    _ContactSchemaFieldUris.Surname,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);