Gets or sets the ATTRIBUTES field of the CProduct.

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

Syntax

C#
protected string Attributes { get; set; }
Visual Basic (Declaration)
Protected Property Attributes As String
Visual C++
protected:
property String^ Attributes {
	String^ get ();
	void set (String^ value);
}

See Also