OrganizationItemRelationType Property

Get/Set the type of relation that organization has to this.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(StringEnumConverter))]
[JsonPropertyAttribute(Order = 3)]
public OrganizationRelationType RelationType { get; set; }

Property Value

OrganizationRelationType

See Also