Sage.PL.WebAPI.Interface.FKF.Dimensions.ViewModels Namespace > Document Class > Document Properties > ContractorPosition Property 

Drukuj

.NET Framework Class Library

Document.ContractorPosition Property

Pozycja kontrahenta na dokumencie. Odpowiednik pola [kontrahent] z obiektu PDokument.

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

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

Document Class

Document Members

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