Share via


OrderGroup.SubTotal Property (BCL)

The SubTotal property is a read-only decimal that retrieves the subtotal for the OrderGroup object from the OrderForm.Subtotal properties in this OrderGroup instance.

Definition

[Visual Basic .NET]

Public ReadOnly Property SubTotal As System.Decimal

[C#]

public Decimal SubTotal{get;} 

Property Value

The subtotal for the OrderGroup object.

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.