Click or drag to resize
PortalDocReadOnly Property
Gets or sets the DocReadOnly. A document will typically be flagged as read only (taxEngine.DocReadOnly == true) when it is posted. Read only documents are not modified by the TaxEngine. You can set this value back to false to enable modifications.

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

Property Value

Type: Boolean
See Also