ShopItemCategories Property |
Gets or sets the categories.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<ShopItemCategory> Categories { get; set; }
Public Property Categories As IList(Of ShopItemCategory)
Get
Set
public:
property IList<ShopItemCategory^>^ Categories {
IList<ShopItemCategory^>^ get ();
void set (IList<ShopItemCategory^>^ value);
}
member Categories : IList<ShopItemCategory> with get, set
Property Value
Type:
IListShopItemCategoryThe categories.
See Also