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