Notes property

String? Notes
Get the Notes from the directory

Implementation

String? get Notes => this.PropertyBag[ContactSchema.Notes] as String?;