共用方式為


DeviceProperties.LinkSpeedInMbps Property

Definition

Gets or sets link speed.

[Newtonsoft.Json.JsonProperty(PropertyName="linkSpeedInMbps")]
public int? LinkSpeedInMbps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="linkSpeedInMbps")>]
member this.LinkSpeedInMbps : Nullable<int> with get, set
Public Property LinkSpeedInMbps As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to