Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > Position Property 

Drukuj

.NET Framework Class Library

Contractor.Position Property

Pozycja kontrahenta. Odpowiednik pola [pozycja] z obiektu SynchroSubject.

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

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

Syntax

Visual Basic

Public Property Position As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intPosition { getset; }

Visual C++

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

JavaScript

function get_position();
function set_position(value);

Remarks

Przy aktualizacji, pole wykorzystywane jest jako pierwsze do załadowania odpowiedniego obiektu z SynchroSubject.

See Also

Contractor Class

Contractor Members

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