AppliedCategories.Red Property

Definition

True if the task has the Red category.

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

Property Value

Attributes

Applies to