OrganizationItemDefaultContact Property

Get/Set a reference to the default contact for this organization.

Definition

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

Property Value

ContactItem

See Also