AppliedCategories.Plum Property

Definition

True if the task has the Plum category.

[System.Text.Json.Serialization.JsonPropertyName("category23")]
public bool? Plum { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("category23")>]
member this.Plum : Nullable<bool> with get, set
Public Property Plum As Nullable(Of Boolean)

Property Value

Attributes

Applies to