共用方式為


NetworkAdapters.IsDefault Property

Definition

Gets or sets value indicating whether this instance is default.

[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