Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PriceType Class > PriceType Properties > Type Property 

Drukuj

.NET Framework Class Library

PriceType.Type Property

Typ ceny.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property Type As enumPriceType
 Get
 Set

C#

public enumPriceType Type { getset; }

Visual C++

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

JavaScript

function get_type();
function set_type(value);

See Also

PriceType Class

PriceType Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace