Click or drag to resize
PortalLogErrors Property
Gets or sets whether or not to log errors. The TaxEngine automatically logs most unhandled exceptions when working with tax documents, unless this property is set to false.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool LogErrors { get; set; }

Property Value

Type: Boolean
See Also