BackorderQuantity Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property BackorderQuantity As Decimal
'Usage
Dim instance As LineItem
Dim value As Decimal

value = instance.BackorderQuantity

instance.BackorderQuantity = value
public decimal BackorderQuantity { get; set; }
public:
property Decimal BackorderQuantity {
    Decimal get ();
    void set (Decimal value);
}
public function get BackorderQuantity () : decimal
public function set BackorderQuantity (value : decimal)

Property Value

Type: System..::.Decimal

Permissions

See Also

Reference

LineItem Class

LineItem Members

Microsoft.CommerceServer.Runtime.Orders Namespace