OrderForm.TaxTotal Property (BCL)
The TaxTotal property is a read-only decimal that retrieves the value of the _cy_tax_total key on the order group instance.
Definition
[Visual Basic .NET]
Public ReadOnly Property TaxTotal As System.Decimal
[C#]
public System.Decimal TaxTotal{get;}
Property Value
The value of the _cy_tax_total key on the order group instance.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.