ThirdPartyPhotoUrls property

PropertyDefinition ThirdPartyPhotoUrls
getter/setter pair
Defines the ThirdPartyPhotoUrls property.

Implementation

static PropertyDefinition ThirdPartyPhotoUrls =
    new ComplexPropertyDefinition<AttributedStringCollection>.withUriAndFlags(
        XmlElementNames.ThirdPartyPhotoUrls,
        _PersonaSchemaFieldUris.ThirdPartyPhotoUrls,
        [
          PropertyDefinitionFlags.AutoInstantiateOnRead,
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2013_SP1, () {
  return new AttributedStringCollection();
});