>>.NET

Auxiliary Property

Used for state and local tax special data needs.

Syntax

value = object.Auxiliary

object.Auxiliary = value

Part
Description
objectA TaxControl object
valueA numeric variable/expression

Remarks

The computation of some state or local taxes requires special information not used by the majority of calculations. In these taxes the Auxiliary property is used for storage of the required information. The specific usage, if any, is detailed in the Instructions property for the tax requiring this information.

The Miscellaneous property is used in the same manner. However, usage of Auxiliary is much less common than Miscellaneous.

See Also: Miscellaneous