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

Drukuj

.NET Framework Class Library

DocumentRelationIssue.ContractorPosition Property

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

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

DocumentRelationIssue Class

DocumentRelationIssue Members

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