Gets or sets the description of this CKitItem within the kit.

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

Syntax

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

Field Value

A free-form text description of the item.

Remarks

This may or may not differ from the product's title, which is its default.

If an attempt is made to set this with a value longer than 255 characters an error is reported.

See Also