Restituisce o imposta l'indirizzo email dell'utente.
            
 
    Namespace: 
   DedNet.Core
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic string Email { get; set; }Public Property Email As String
	Get
	Set
public:
property String^ Email {
	String^ get ();
	void set (String^ value);
}member Email : string with get, set
Valore della proprietà
Tipo: 
String
Vedi anche