TextBody property

TextBody? TextBody
Gets the text body of the item.

Implementation

complex.TextBody? get TextBody =>
    this.PropertyBag[ItemSchema.TextBody] as complex.TextBody?;