Proprietà DedCommCustomer
             | 
          
        
        
            Restituisce i imposta il cliente 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 Customer { get; set; }Public Property Customer As String
	Get
	Set
public:
property String^ Customer {
	String^ get ();
	void set (String^ value);
}member Customer : string with get, set
Valore della proprietà
String
Vedi anche