Title property

PropertyDefinition Title
getter/setter pair
Defines the Title property.

Implementation

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