共用方式為


VpnConnection.DpdTimeoutSeconds Property

Definition

Gets or sets DPD timeout in seconds for vpn connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to