PortalLineReselectionRequired Property |
Gets or sets the LineReselectionRequired boolean.
Returns true when a field value has changed that may affect the tax schedule
selection. Run DocTaxScheduleDefault() or LineTaxScheduleDefault()
to update.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool LineReselectionRequired { get; set; }
Public Property LineReselectionRequired As Boolean
Get
Set
public:
property bool LineReselectionRequired {
bool get ();
void set (bool value);
}
member LineReselectionRequired : bool with get, set
Property Value
Type:
Boolean
See Also