Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.