AppliedCategories.DarkGreen Property

Definition

True if the task has the Dark green category.

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

Property Value

Attributes

Applies to