AppliedCategories.Pink Property

Definition

True if the task has the Pink category.

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

Property Value

Attributes

Applies to