Label.IsDefault Property

Definition

Whether or not this is a default label.

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

Property Value

Attributes

Applies to