DataSet Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the underlying InventorySkusDataSet used in this object collection.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property DataSet As InventorySkusDataSet
'Usage
Dim instance As InventorySkuCollection
Dim value As InventorySkusDataSet
value = instance.DataSet
public InventorySkusDataSet DataSet { get; }
public:
property InventorySkusDataSet^ DataSet {
InventorySkusDataSet^ get ();
}
public function get DataSet () : InventorySkusDataSet
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet
The InventorySkusDataSet for the InventorySkuCollection.
Remarks
Gets the underlying InventorySkusDataSet. The DataSet consists of a collection of objects that you can relate to each other.
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.