Click or drag to resize
PortalLineRequirements Property
Gets the LineRequirements. Returns a text message listing any unfulfilled requirements that will prevent the TaxEngine from saving the current line.

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

Property Value

Type: String
Exceptions
ExceptionCondition
NullReferenceExceptionThrown if current line is null.
See Also