Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > TaxOffice Class > TaxOffice Properties > Position Property 

Drukuj

.NET Framework Class Library

TaxOffice.Position Property

Pozycja urzędu.

Pole tylko do odczytu.

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

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

See Also

TaxOffice Class

TaxOffice Members

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