ExcessOnHandQuantity Property

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

Gets or sets a value which specifies the excess on hand quantity for the product.

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

Syntax

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

value = instance.ExcessOnHandQuantity

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

Property Value

Type: System..::.Decimal
The excess on-hand quantity.

Remarks

This is an optional attribute which specifies the excess on hand quantity for the product. The OnHandQuantity value above which the product will be considered to have excess inventory

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace