AppliedCategories.DarkGray Property

Definition

True if the task has the Dark gray category.

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

Property Value

Attributes

Applies to