Proprietà DedCommCollectionItemModUser
             | 
          
        
        
            Restituisce l'utente dell'ultima modifica.
            Impostando questa proprietà si ottiene l'immediato aggiornamento nel Database.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string ModUser { get; set; }Public Property ModUser As String
	Get
	Set
public:
property String^ ModUser {
	String^ get ();
	void set (String^ value);
}member ModUser : 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