AppliedCategories.LightGray Property

Definition

True if the task has the Light gray category.

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

Property Value

Attributes

Applies to