Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductShopItem Class > ProductShopItem Properties > ShopId Property 

Drukuj

.NET Framework Class Library

ProductShopItem.ShopId Property

Id 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 ShopId As String
 Get
 Set

C#

public string ShopId { getset; }

Visual C++

public:
property StringShopId {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_shopId();
function set_shopId(value);

See Also

ProductShopItem Class

ProductShopItem Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace