Gets or sets the key to the Product Category

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string ProductCategoryCode { get; set; }
Visual Basic
Public Property ProductCategoryCode As String
	Get
	Set
Visual C++
public:
property String^ ProductCategoryCode {
	String^ get ();
	void set (String^ value);
}

See Also