MagentoLinkedService.Host Property

Definition

Gets or sets the URL of the Magento instance. (i.e. 192.168.222.110/magento3)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to