| BatchIntegrationScheduledTaskAddinLogRequestAndResponse Property |
Namespace:
Dynamicweb.DataIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax [AddInParameterAttribute("Log all requests and responses")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public bool LogRequestAndResponse { get; set; }
<AddInParameterAttribute("Log all requests and responses")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Property LogRequestAndResponse As Boolean
Get
Set
Property Value
Type:
BooleanSee Also