Gets or sets the description of this CKitItem within the kit.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Description { get; set; } |
| Visual Basic |
|---|
Public Property Description As String Get Set |
| 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.