User.EmailAddress Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a valid e-mail that is address associated with the user.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string EmailAddress { get; set; }
public:
[DataMemberAttribute]
property String^ EmailAddress {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member EmailAddress : string with get, set
<DataMemberAttribute>
Public Property EmailAddress As String

Property Value

Type: System.String

A string that represents the e-mail address.

See Also

User Class
Microsoft.MasterDataServices Namespace

Return to top