Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Transactions Namespace > TransactionDocument Class > TransactionDocument Properties > ContractorName Property 

Drukuj

.NET Framework Class Library

TransactionDocument.ContractorName Property

Nazwa kontrahenta użytego na dokumencie.

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

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 ContractorName As String
 Get
 Set

C#

public string ContractorName { getset; }

Visual C++

public:
property StringContractorName {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_contractorName();
function set_contractorName(value);

See Also

TransactionDocument Class

TransactionDocument Members

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