Companies property

StringList Companies
Gets or sets a list of companies associated with the task.

Implementation

StringList get Companies =>
    this.PropertyBag[TaskSchema.Companies] as StringList;
void Companies=(StringList value)

Implementation

set Companies(StringList value) =>
    this.PropertyBag[TaskSchema.Companies] = value;