GetSkus Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an InventorySkuCollection containing all the inventory SKUs in the inventory system.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function GetSkus As InventorySkuCollection
'Usage
Dim instance As InventoryCatalog
Dim returnValue As InventorySkuCollection
returnValue = instance.GetSkus()
public InventorySkuCollection GetSkus()
public:
InventorySkuCollection^ GetSkus()
public function GetSkus() : InventorySkuCollection
Return Value
Type: Microsoft.CommerceServer.Inventory..::.InventorySkuCollection
An InventorySkuCollection containing all the inventory SKUs in the inventory system.
Remarks
Returns a InventorySkuCollection containing all the inventory SKUs in the inventory system.
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.