Subject property

String? Subject
Gets or sets the subject of this item.

Implementation

String? get Subject => this.PropertyBag[ItemSchema.Subject] as String?;
void Subject=(String? value)

Implementation

set Subject(String? value) => this.SetSubject(value);