Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > Note Property 

Drukuj

.NET Framework Class Library

Contractor.Note Property

Notatka do kontrahenta. Odpowiednik pola [notatka] z obiektu BKontrahent.

Namespace: Sage.PL.WebAPI.Interface.Contractors.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Contractors (in Sage.PL.WebAPI.Interface.Contractors.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Note As String
 Get
 Set

C#

public string Note { getset; }

Visual C++

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

JavaScript

function get_note();
function set_note(value);

See Also

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace