Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > Document Class > Document Properties > TrilateralContractorPosition Property 

Drukuj

.NET Framework Class Library

Document.TrilateralContractorPosition Property

Pozycja kontrehenta transakcji trójstronnej. Odpowiednik pola [kontrahenttt] z obiektu PDokument.

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

C#

public int TrilateralContractorPosition { getset; }

Visual C++

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

JavaScript

function get_trilateralContractorPosition();
function set_trilateralContractorPosition(value);

See Also

Document Class

Document Members

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