ReorderPoint Property

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

Gets or sets the quantity at which the SKU should be reordered.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property ReorderPoint As Decimal
'Usage
Dim instance As InventorySku
Dim value As Decimal

value = instance.ReorderPoint

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

Property Value

Type: System..::.Decimal
The quantity at which the SKU should be reordered.

Remarks

This is an optional attribute which specifies the value of the on-hand quantity at which the product should be reordered. When the on hand quantity value falls below this point, the product will be considered to have less inventory than it should and should be replenished. The data type of this attribute is decimal.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace