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 associated with the current object.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Information As InventoryCatalogsDataSet
'Usage
Dim instance As InventoryCatalog
Dim value As InventoryCatalogsDataSet
value = instance.Information
public InventoryCatalogsDataSet Information { get; }
public:
property InventoryCatalogsDataSet^ Information {
InventoryCatalogsDataSet^ get ();
}
public function get Information () : InventoryCatalogsDataSet
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet
The InventoryCatalogsDataSet associated with this object.
Remarks
Returns the current Inventory Catalog's information InventoryCatalogsDataSet. The InventoryCatalogsDataSet represents a row within the Inventory catalog datatable and represents a single Inventory catalog.
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.