Share via


ApiUpdateContract.ServiceUrl Property

Definition

Gets or sets absolute URL of the backend service implementing this API.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to