Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentVatRegister Class > DocumentVatRegister Properties > ContractorPosition Property 

Drukuj

.NET Framework Class Library

DocumentVatRegister.ContractorPosition Property

Pozycja kontrahenta na rejestrze VAT. Odpowiednik pola [kontrahent] z obiektu RejestrVAT.

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

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

Syntax

Visual Basic

Public Property ContractorPosition As Integer
 Get
 Set

C#

public int ContractorPosition { getset; }

Visual C++

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

JavaScript

function get_contractorPosition();
function set_contractorPosition(value);

See Also

DocumentVatRegister Class

DocumentVatRegister Members

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