Compartir a través de


User.EmailAddress Propiedad

Gets or sets the email address.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System.String
The email address.

Vea también

Referencia

User Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts