| LiveIntegrationAddInWebServiceURI Property |
The web service Uri
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Web service URL")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;TextArea=True;style=height:60px;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(10)]
public override string WebServiceURI { get; set; }
<AddInParameterAttribute("Web service URL")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;TextArea=True;style=height:60px;")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(10)>
Public Overrides Property WebServiceURI As String
Get
Set
Property Value
Type:
StringThe web service URI.
Implements
ISettingsWebServiceURISee Also