Share via


InventoryCatalogDescription Field

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

The InventoryCatalogDescription field of the InventoryCatalogsDataSetSchema class contains a constant used to reference a database column. This field is constant.

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

Syntax

'Declaration
Public Const InventoryCatalogDescription As String
'Usage
Dim value As String

value = InventoryCatalogsDataSetSchema.InventoryCatalogDescription
public const string InventoryCatalogDescription
public:
literal String^ InventoryCatalogDescription
public const var InventoryCatalogDescription : String

Remarks

Specifies the column name in the InventoryCatalogs table as "InventoryCatalogDescription". DataSet: InventoryCatalogsDataSet Table: InventoryCatalogs Column: InventoryCatalogDescription.

Permissions

See Also

Reference

InventoryCatalogsDataSetSchema Class

InventoryCatalogsDataSetSchema Members

Microsoft.CommerceServer.Catalog Namespace