ExtendedProperties property

ExtendedPropertyCollection get ExtendedProperties
Gets a list of extended properties associated with the folder.

Implementation

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