Information Property

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

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace