 | InvoiceDetailCartItemName Property |
Name of this cart item, as per baseline netFORUM conventions. (
PriceName if available, otherwise
ProductName)
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}abstract Name : string with get
override Name : string with get
Property Value
StringImplements
IStandardCartItemName
See Also