ContactItemSupervisorContact Property

Get/Set a reference to the contact record of the supervisor of this contact.

Definition

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

Property Value

ContactItem

See Also