FileAs property

PropertyDefinition FileAs
getter/setter pair
Defines the FileAs property.

Implementation

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