Sdílet prostřednictvím


ActiveDirectoryMembershipUser.Email Vlastnost

Definice

Získá nebo nastaví e-mailovou adresu uživatele členství.

public:
 virtual property System::String ^ Email { System::String ^ get(); void set(System::String ^ value); };
public override string Email { get; set; }
member this.Email : string with get, set
Public Overrides Property Email As String

Hodnota vlastnosti

E-mailová adresa uživatele členství.

Poznámky

Vlastnost Email je mapována na Mail atribut adresáře. Tuto vlastnost lze přemapovat v souboru Web.config nastavením atributu attributeMapUserName v elementu providers elementu profile (ASP.NET Settings Schema) pro profily.

Platí pro