Delen via


Backend.Address Property

Definition

Gets or sets location of the backend (IP address or FQDN)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to