Sage.PL.WebAPI.Interface.Reservations.ViewModels Namespace > ReservationNewUnitInfo Class > ReservationNewUnitInfo Properties > Id Property 

Drukuj

.NET Framework Class Library

ReservationNewUnitInfo.Id Property

Id podmiotu wykorzystywane do pobrania podmiotu. Jeżeli id nie zostanie podany, jednostka zostanie pobrana o podanym kodzie.

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

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

ReservationNewUnitInfo Class

ReservationNewUnitInfo Members

Sage.PL.WebAPI.Interface.Reservations.ViewModels Namespace