 | InvoiceDetailCartItemProductName Property |
Name of the netFORUM Product being purchased through this cart item.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("prd_name")]
public string ProductName { get; protected set; }<NetForumFieldAttribute("prd_name")>
Public Property ProductName As String
Get
Protected Setpublic:
[NetForumFieldAttribute(L"prd_name")]
property String^ ProductName {
String^ get ();
protected: void set (String^ value);
}[<NetForumFieldAttribute("prd_name")>]
member ProductName : string with get, setProperty Value
String
See Also