WebLinkedServiceTypeProperties.Url Property

Definition

Gets or sets the URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="url")]
public object Url { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="url")>]
member this.Url : obj with get, set
Public Property Url As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to