OrganizationItemDefaultContact Property
Get/Set a reference to the default contact for this organization.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketConverter<ContactItem>))]
[JsonPropertyAttribute(Order = 4)]
public ContactItem DefaultContact { get; set; }
<JsonConverterAttribute(GetType(TicketConverter(Of ContactItem)))>
<JsonPropertyAttribute(Order := 4)>
Public Property DefaultContact As ContactItem
Get
Set
No code example is currently available or this language may not be supported.
Property Value
ContactItem