AppliedCategories.Silver Property

Definition

True if the task has the Silver category.

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

Property Value

Attributes

Applies to