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