TaskItemTeamContacts Property
Get a reference to the collection of contacts representing members of
the team.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketCollectionConverter<ContactItem>))]
[JsonPropertyAttribute(Order = 20)]
public ContactCollection TeamContacts { get; }
<JsonConverterAttribute(GetType(TicketCollectionConverter(Of ContactItem)))>
<JsonPropertyAttribute(Order := 20)>
Public ReadOnly Property TeamContacts As ContactCollection
Get
No code example is currently available or this language may not be supported.
Property Value
ContactCollection