Proprietà DedCommAnagrItemDedRev
             | 
          
        
        
            Restituisce o imposta il DedRev dell'anagrafica collegata.
            Impostando questa proprietà si ottiene l'immediato aggiornamento nel Database.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string DedRev { get; set; }Public Property DedRev As String
	Get
	Set
public:
property String^ DedRev {
	String^ get ();
	void set (String^ value);
}member DedRev : string with get, set
Valore della proprietà
String
Eccezioni| Eccezione | Condizione | 
|---|
| QsException | Record non trovato con id e versione dell'oggetto. | 
| QsException | Viene sollevata in caso di errore nell'istruzione di aggiornamento dati. | 
Vedi anche