| LiveIntegrationAddInAnonymousUserKey Property |
Gets or sets the customer name used in integration scenarios with anonymous users.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("ERP Anonymous user key")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("D) Users")]
[AddInParameterOrderAttribute(230)]
public string AnonymousUserKey { get; set; }
<AddInParameterAttribute("ERP Anonymous user key")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("D) Users")>
<AddInParameterOrderAttribute(230)>
Public Property AnonymousUserKey As String
Get
Set
Property Value
Type:
StringThe anonymous user key.
Implements
ISettingsAnonymousUserKeySee Also