Share via


NetworkAdapter.DhcpStatus Property

Definition

Gets or sets value indicating whether this adapter has DHCP enabled. Possible values include: 'Disabled', 'Enabled'

[Newtonsoft.Json.JsonProperty(PropertyName="dhcpStatus")]
public string DhcpStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dhcpStatus")>]
member this.DhcpStatus : string with get, set
Public Property DhcpStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to