Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentVatRegisterIssue Class > DocumentVatRegisterIssue Properties > ContractorPosition Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterIssue.ContractorPosition Property

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

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

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 Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intContractorPosition { getset; }

Visual C++

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

JavaScript

function get_contractorPosition();
function set_contractorPosition(value);

See Also

DocumentVatRegisterIssue Class

DocumentVatRegisterIssue Members

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