Share via


InventoryCatalogDescription Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the value in the InventoryCatalogDescription olumn column of the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable table.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property InventoryCatalogDescription As String
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalog
Dim value As String

value = instance.InventoryCatalogDescription

instance.InventoryCatalogDescription = value
public string InventoryCatalogDescription { get; set; }
public:
property String^ InventoryCatalogDescription {
    String^ get ();
    void set (String^ value);
}
public function get InventoryCatalogDescription () : String
public function set InventoryCatalogDescription (value : String)

Property Value

Type: System..::.String
The value from the InventoryCatalogDescription column of the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable table.

Remarks

A description of the Inventory catalog.

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalog Class

InventoryCatalogsDataSet..::.InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace