Contacts property
StringList
get
Contacts
Implementation
StringList get Contacts =>
this.PropertyBag[TaskSchema.Contacts] as StringList;
set
Contacts
(StringList value)
Implementation
set Contacts(StringList value) =>
this.PropertyBag[TaskSchema.Contacts] = value;