| LiveIntegrationAddInSecurityKey Property |
The security key.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Security key")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;password=true;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(20)]
public override string SecurityKey { get; set; }
<AddInParameterAttribute("Security key")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;password=true;")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(20)>
Public Overrides Property SecurityKey As String
Get
Set
Property Value
Type:
StringThe security key.
Implements
ISettingsSecurityKeySee Also