ApiContractProperties.ServiceUrl Property

Definition

Gets or sets absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to