StackMajorVersion.IsDefault Property

Definition

Gets or sets <code>true</code> if this is the default major version; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="isDefault")]
public bool? IsDefault { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDefault")>]
member this.IsDefault : Nullable<bool> with get, set
Public Property IsDefault As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to