Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleCorrectionPositionElement Class > SaleCorrectionPositionElement Properties > PriceValue Property 

Drukuj

.NET Framework Class Library

SaleCorrectionPositionElement.PriceValue Property

Cena w walucie.

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

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

Syntax

Visual Basic

Public Property PriceValue As Decimal
 Get
 Set

C#

public decimal PriceValue { getset; }

Visual C++

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

JavaScript

function get_priceValue();
function set_priceValue(value);

See Also

SaleCorrectionPositionElement Class

SaleCorrectionPositionElement Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace