Propriété AtomPersonMetadata.Email
Obtient ou définit une adresse de messagerie associée à la personne.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Email As String
Get
Set
'Utilisation
Dim instance As AtomPersonMetadata
Dim value As String
value = instance.Email
instance.Email = value
public string Email { get; set; }
public:
property String^ Email {
String^ get ();
void set (String^ value);
}
member Email : string with get, set
function get Email () : String
function set Email (value : String)
Valeur de propriété
Type : System.String
Adresse de messagerie associée à la personne.