| LiveIntegrationAddInEndpoint Property |
Gets or sets the id for the Endpoint.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Endpoint")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "multiple=true;NewGUI=true;InfoBar=true;Tooltip=Only works with a web service exposed by a plug-in unit from Dynamicweb. This option takes precedence")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(20)]
public string Endpoint { get; set; }
<AddInParameterAttribute("Endpoint")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "multiple=true;NewGUI=true;InfoBar=true;Tooltip=Only works with a web service exposed by a plug-in unit from Dynamicweb. This option takes precedence")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(20)>
Public Property Endpoint As String
Get
Set
Property Value
Type:
StringThe Endpoint id.
Implements
ISettingsEndpointSee Also