共用方式為


VpnConnection.ConnectionBandwidth Property

Definition

Gets or sets expected bandwidth in MBPS.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to