TaskItemItemStatus Property

Get/Set a reference to the status of the item.

Definition

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

Property Value

TaskStatusItem

See Also