AtomPersonMetadata.Email Property

Gets or sets an email address associated with the person.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Email As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
An email address associated with the person.

See Also

Reference

AtomPersonMetadata Class

Microsoft.Data.OData.Atom Namespace