User.EmailFormat Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the email format.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.EmailFormat

The email format.

See Also

User Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top