AppliedCategories.Brown Property

Definition

True if the task has the Brown category.

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

Property Value

Attributes

Applies to