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

Drukuj

.NET Framework Class Library

ContractorListElement.Position Property

Pozycja kontrahenta

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 Integer
 Get
 Set

C#

public int Position { getset; }

Visual C++

public:
property int Position {
 int get ();
 void set (int value);
}

JavaScript

function get_position();
function set_position(value);

Remarks

Pole tylko do odczytu.

See Also

ContractorListElement Class

ContractorListElement Members

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