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