EndpointDetail.IpAddress Property

Definition

Gets or sets an IP Address that Domain Name currently resolves to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to