Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductItem Class > ProductItem Properties > ShopProducts Property 

Drukuj

.NET Framework Class Library

ProductItem.ShopProducts Property

Lista skorelowanych towarów ze sklepu internetowego.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ShopProducts As List(Of ProductShopItem)
 Get
 Set

C#

public List<ProductShopItemShopProducts { getset; }

Visual C++

public:
property List<ProductShopItem^>^ ShopProducts {
 List<ProductShopItem^>^ get ();
 void set (List<ProductShopItem^>^ value);
}

JavaScript

function get_shopProducts();
function set_shopProducts(value);

See Also

ProductItem Class

ProductItem Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace