CartItemComponents Property
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<ICartItem> Components { get; }
Public ReadOnly Property Components As IReadOnlyCollection(Of ICartItem)
Get
public:
virtual property IReadOnlyCollection<ICartItem^>^ Components {
IReadOnlyCollection<ICartItem^>^ get () sealed;
}
abstract Components : IReadOnlyCollection<ICartItem> with get
override Components : IReadOnlyCollection<ICartItem> with get
IReadOnlyCollectionICartItemICartItemComponents