 | InvoiceDetailCartItemProductId Property |
netFORUM Product being purchased through this cart item.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("ivd_prc_prd_key")]
public NetForumId ProductId { get; }<NetForumFieldAttribute("ivd_prc_prd_key")>
Public ReadOnly Property ProductId As NetForumId
Getpublic:
[NetForumFieldAttribute(L"ivd_prc_prd_key")]
virtual property NetForumId^ ProductId {
NetForumId^ get () sealed;
}[<NetForumFieldAttribute("ivd_prc_prd_key")>]
abstract ProductId : NetForumId with get
[<NetForumFieldAttribute("ivd_prc_prd_key")>]
override ProductId : NetForumId with getProperty Value
NetForumIdImplements
IInventoryTrackableProductId
See Also