Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductMap Class > ProductMap Properties > ShopProductId Property 

Drukuj

.NET Framework Class Library

ProductMap.ShopProductId Property

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

C#

public string ShopProductId { getset; }

Visual C++

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

JavaScript

function get_shopProductId();
function set_shopProductId(value);

See Also

ProductMap Class

ProductMap Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace