共用方式為


NetworkAdapters.Speed Property

Definition

Gets or sets the speed of the network adapter.

[Newtonsoft.Json.JsonProperty(PropertyName="speed")]
public long? Speed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="speed")>]
member this.Speed : Nullable<int64> with get, set
Public Property Speed As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to