SetSubject method

void SetSubject(
  1. String? subject
)
Sets the subject. The subject.

Implementation

void SetSubject(String? subject) {
  this.PropertyBag[ItemSchema.Subject] = subject;
}