Share via


OrderGroup.Total Property (BCL)

The Total property is a read-only decimal that retrieves the total amount for the order group instance. This amount includes shipping, handling, and tax.

Definition

[Visual Basic .NET]

Public ReadOnly Property Total As System.Decimal

[C#]

public System.Decimal Total{get;} 

Property Value

The totals from the associated OrderForm objects.

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.