Proprietà DedCommCreationUser
|
Restituisce o imposta l'utente che ha creato questa commessa.
Impostando questa proprietà si ottiene l'immediato aggiornamento della commessa nel Database.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public string CreationUser { get; set; }
Public Property CreationUser As String
Get
Set
public:
property String^ CreationUser {
String^ get ();
void set (String^ value);
}
member CreationUser : string with get, set
Valore della proprietà
Tipo:
StringEccezioni Eccezione | Condizione |
---|
[!:QsException] | Commessa non trovata con id e versione dell'oggetto. |
[!:QsException] | Viene sollevata in caso di errore nell'istruzione di aggiornamento dati. |
Vedi anche