Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the InventoryCatalogsDataSet 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 InventoryCatalogsDataSet
'Usage
Dim instance As InventoryCatalogCollection
Dim value As InventoryCatalogsDataSet
value = instance.DataSet
public InventoryCatalogsDataSet DataSet { get; }
public:
property InventoryCatalogsDataSet^ DataSet {
InventoryCatalogsDataSet^ get ();
}
public function get DataSet () : InventoryCatalogsDataSet
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet
The InventoryCatalogsDataSet for the InventoryCatalogCollection.
Remarks
Gets the underlying InventoryCatalogsDataSet, which is an in-memory cache of data retrieved from a data source. 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.
See Also
Reference
InventoryCatalogCollection Class