Companies property

StringList Companies
Gets or sets a list of companies for the contact.

Implementation

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

Implementation

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