Share via


User.EmailAddress Property

Gets or sets the email address.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EmailAddress As String 
    Get 
    Set
'Usage
Dim instance As User 
Dim value As String 

value = instance.EmailAddress

instance.EmailAddress = value
[DataMemberAttribute]
public string EmailAddress { get; set; }
[DataMemberAttribute]
public:
property String^ EmailAddress {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member EmailAddress : string with get, set
function get EmailAddress () : String 
function set EmailAddress (value : String)

Property Value

Type: System.String
The email address.

See Also

Reference

User Class

Microsoft.MasterDataServices.Services.DataContracts Namespace