Share via


ProductCatalogName Property

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

Gets the Product catalog name.

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 InventorySku
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

This attribute is a required attribute and specifies the name of the product catalog containing this product. The ProductCatalogName should not exceed 85 characters, should not contain []’()”,# reserved characters and should not begin with a digit.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace