Sage.PL.WebAPI.Interface.OwnOrders.ViewModels Namespace > OwnOrderPosition Class > OwnOrderPosition Properties > PriceValuePLN Property 

Drukuj

.NET Framework Class Library

OwnOrderPosition.PriceValuePLN Property

Cena w złotówkach.

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

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

Syntax

Visual Basic

Public Property PriceValuePLN As Decimal
 Get
 Set

C#

public decimal PriceValuePLN { getset; }

Visual C++

public:
property Decimal PriceValuePLN {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_priceValuePLN();
function set_priceValuePLN(value);

See Also

OwnOrderPosition Class

OwnOrderPosition Members

Sage.PL.WebAPI.Interface.OwnOrders.ViewModels Namespace