InventoryCondition Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the enumeration value for the Inventory condition.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Property InventoryCondition As InventoryCondition
'Usage
Dim instance As LineItem
Dim value As InventoryCondition
value = instance.InventoryCondition
instance.InventoryCondition = value
public InventoryCondition InventoryCondition { get; set; }
public:
property InventoryCondition InventoryCondition {
InventoryCondition get ();
void set (InventoryCondition value);
}
public function get InventoryCondition () : InventoryCondition
public function set InventoryCondition (value : InventoryCondition)
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryCondition
The InventoryCondition enumeration values.
Remarks
The InventoryCondition enumeration value shall be:
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.