ShoppingCartStateTotalWeight Property
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("inv_total_weight")]
public decimal TotalWeight { get; }
<NetForumFieldAttribute("inv_total_weight")>
Public ReadOnly Property TotalWeight As Decimal
Get
public:
[NetForumFieldAttribute(L"inv_total_weight")]
virtual property Decimal TotalWeight {
Decimal get () sealed;
}
[<NetForumFieldAttribute("inv_total_weight")>]
abstract TotalWeight : decimal with get
[<NetForumFieldAttribute("inv_total_weight")>]
override TotalWeight : decimal with get
DecimalIShoppingCartStateTotalWeight