PortalDocDefaultAllowAnyTaxScheduleID Property |
Gets or Sets the AllowAnyTaxScheduleID default.
Allows you to control whether or not to allow
invalid/nonexistant tax schedule IDs.
Setting this value will affect the current line
and subsequently added lines.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool DocDefaultAllowAnyTaxScheduleID { get; set; }
Public Property DocDefaultAllowAnyTaxScheduleID As Boolean
Get
Set
public:
property bool DocDefaultAllowAnyTaxScheduleID {
bool get ();
void set (bool value);
}
member DocDefaultAllowAnyTaxScheduleID : bool with get, set
Property Value
Type:
Boolean
See Also