AppliedCategories.Green Property

Definition

True if the task has the Green category.

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

Property Value

Attributes

Applies to