ExtendedProperties property

ExtendedPropertyCollection ExtendedProperties
Gets a list of extended properties defined on this item.

Implementation

ExtendedPropertyCollection get ExtendedProperties =>
    this.PropertyBag[ServiceObjectSchema.ExtendedProperties]
        as ExtendedPropertyCollection;