Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > Type Property 

Drukuj

.NET Framework Class Library

Product.Type Property

Typ towaru. Odpowiednik pola [typ] z obiektu BTowar.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Type As enumProductType
 Get
 Set

C#

public enumProductType Type { getset; }

Visual C++

public:
property enumProductType Type {
 enumProductType get ();
 void set (enumProductType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

Product Class

Product Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace