OrderGroup.TaxIncluded Property (BCL)
The TaxIncluded property is a read-only Decimal that retrieves the OrderGroup instance total, including tax from the OrderForm.TaxIncluded properties in this OrderGroup instance.
Definition
[Visual Basic .NET]
Public ReadOnly Property TaxIncluded As System.Decimal
[C#]
public System.Decimal TaxIncluded{get;}
Property Value
The OrderGroup instance total including tax.
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.