AppliedCategories.Bronze Property

Definition

True if the task has the Bronze category.

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

Property Value

Attributes

Applies to