VirtualNetworkGatewayInner.EnableDnsForwarding Property

Definition

Gets or sets whether dns forwarding is enabled or not.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDnsForwarding")]
public bool? EnableDnsForwarding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDnsForwarding")>]
member this.EnableDnsForwarding : Nullable<bool> with get, set
Public Property EnableDnsForwarding As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to