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

Drukuj

.NET Framework Class Library

DocumentListElement.ContractorPosition Property

Pozycja kontrahenta na dokumencie.

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 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

DocumentListElement Class

DocumentListElement Members

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