AppliedCategories.LightGreen Property

Definition

True if the task has the Light green category.

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

Property Value

Attributes

Applies to