Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocument Class > PurchaseDocument Properties > Note Property 

Drukuj

.NET Framework Class Library

PurchaseDocument.Note Property

Notatka do dokumentu.

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

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

PurchaseDocument Class

PurchaseDocument Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace