TaskItemTeamContacts Property

Get a reference to the collection of contacts representing members of the team.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketCollectionConverter<ContactItem>))]
[JsonPropertyAttribute(Order = 20)]
public ContactCollection TeamContacts { get; }

Property Value

ContactCollection

See Also