HandlingTotal Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the total handling charges associated with the current instance.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Property HandlingTotal As Decimal
'Usage
Dim instance As OrderForm
Dim value As Decimal
value = instance.HandlingTotal
instance.HandlingTotal = value
public decimal HandlingTotal { get; set; }
public:
property Decimal HandlingTotal {
Decimal get ();
void set (Decimal value);
}
public function get HandlingTotal () : decimal
public function set HandlingTotal (value : decimal)
Property Value
Type: System..::.Decimal
The total handling charges associated with the OrderForm.
Exceptions
Exception | Condition |
---|---|
ArgumentException | HandlingTotal is set to a negative value. |
Remarks
The total handling charges associated with the OrderForm.
HandlingTotal is calculated during execution of the pipeline. If you add line items and access HandlingTotal without executing a pipeline, HandlingTotal will still be set to 0.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.