Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceOrderContractor Class > PriceOrderContractor Properties > Id Property 

Drukuj

.NET Framework Class Library

PriceOrderContractor.Id Property

Id kontrahenta wykorzystywane do pobrania kontrahenta i uzupełnienia pola [KhKod] z sekcji [DaneKh] i [DaneOd] w imporcie specjalnym. Jeżeli id nie zostanie podany, dokument zostanie wystawiony na kontrahenta o podanym kodzie.

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

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 Id As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intId { getset; }

Visual C++

public:
property Nullable<intId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_id();
function set_id(value);

See Also

PriceOrderContractor Class

PriceOrderContractor Members

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