Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > ContractorDeliveryAddress Class > ContractorDeliveryAddress Properties > Id Property 

Drukuj

.NET Framework Class Library

ContractorDeliveryAddress.Id Property

Id adresu dostawy. Odpowiednik pola [id] z obiektu BAdresKh.

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

Assembly:  Sage.PL.WebAPI.Interface.Contractors (in Sage.PL.WebAPI.Interface.Contractors.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);

Remarks

Przy aktualizacji adresu dostawy, pole wykorzystywane jest jako pierwsze do załadowania odpowiedniego obiektu BAdresKh.

See Also

ContractorDeliveryAddress Class

ContractorDeliveryAddress Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace