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

Drukuj

.NET Framework Class Library

PriceType.Kind Property

Rodzaj typu 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 Kind As enumPriceKind
 Get
 Set

C#

public enumPriceKind Kind { getset; }

Visual C++

public:
property enumPriceKind Kind {
 enumPriceKind get ();
 void set (enumPriceKind value);
}

JavaScript

function get_kind();
function set_kind(value);

See Also

PriceType Class

PriceType Members

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