TaskItemOwnerContact Property

Get/Set a reference to the contact representing the owner of this project.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketConverter<ContactItem>))]
[JsonPropertyAttribute(Order = 18)]
public ContactItem OwnerContact { get; set; }

Property Value

ContactItem

See Also