InventoryQuantityDeltas Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the Inventory Quantity Delta values.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property InventoryQuantityDeltas As InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
'Usage
Dim instance As InventoryQuantityDeltasDataSet
Dim value As InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
value = instance.InventoryQuantityDeltas
[BrowsableAttribute(false)]
public InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable InventoryQuantityDeltas { get; }
[BrowsableAttribute(false)]
public:
property InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable^ InventoryQuantityDeltas {
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable^ get ();
}
public function get InventoryQuantityDeltas () : InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
A InventoryQuantityDeltasDataSet containing the InventoryQuantityDelta objects.
Remarks
This property allows you to get to the InventoryQuantityDelta objects.
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.
See Also
Reference
InventoryQuantityDeltasDataSet Class