Partilhar via


Propriedade do RDL User.EmailAddress

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

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property EmailAddress As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string that represents the e-mail address.

Consulte também

Referência

User Classe

Namespace Microsoft.MasterDataServices