Share via


ProductCatalogName Property

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

Gets the name of the mapped product catalog.

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

Syntax

'Declaration
Public ReadOnly Property ProductCatalogName As String
'Usage
Dim instance As InventoryQuantityDelta
Dim value As String

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

Property Value

Type: System..::.String
The product catalog name.

Remarks

The product catalog name for the current InventoryQuantityDelta.

Permissions

See Also

Reference

InventoryQuantityDelta Class

InventoryQuantityDelta Members

Microsoft.CommerceServer.Inventory Namespace