InventoryProductDescription Property
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("prd_description")]
public string Description { get; protected set; }
<NetForumFieldAttribute("prd_description")>
Public Property Description As String
Get
Protected Set
public:
[NetForumFieldAttribute(L"prd_description")]
virtual property String^ Description {
String^ get () sealed;
protected: void set (String^ value) sealed;
}
[<NetForumFieldAttribute("prd_description")>]
abstract Description : string with get, set
[<NetForumFieldAttribute("prd_description")>]
override Description : string with get, set
StringIProductDescription