| LiveIntegrationAddInWebServiceConnectionStatusGlobalTagName Property |
Global tag for connection availability
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Global tag for connection availability")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(60)]
public string WebServiceConnectionStatusGlobalTagName { get; set; }
<AddInParameterAttribute("Global tag for connection availability")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(60)>
Public Property WebServiceConnectionStatusGlobalTagName As String
Get
Set
Property Value
Type:
StringThe name of the web service connection status global tag.
Implements
ISettingsWebServiceConnectionStatusGlobalTagNameSee Also