Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.