Udostępnij za pośrednictwem


Właściwość User.EmailAddress

Pobiera lub ustawia prawidłowy adres e-mail skojarzone z użytkownikiem.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property EmailAddress As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ciąg reprezentujący adres.