SapEccLinkedService.Url Property

Definition

Gets or sets the URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to