Restituisce o imposta le note della commessa.
            Impostando questa proprietà si ottiene l'immediato aggiornamento della commessa nel Database.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string Note { get; set; }Public Property Note As String
	Get
	Set
public:
property String^ Note {
	String^ get ();
	void set (String^ value);
}member Note : string with get, set
Valore della proprietà
String
Vedi anche