ActiveDirectoryMembershipUser.Email 속성

정의

멤버 자격 사용자의 이메일 주소를 가져오거나 설정합니다.

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

속성 값

멤버 자격 사용자의 이메일 주소입니다.

설명

속성이 Email 디렉터리 특성에 Mail 매핑됩니다. 이 속성은 프로필에 대한 providers 요소(ASP.NET Settings Schema) 요소의 특성을 설정 attributeMapUserName 하여 Web.config 파일에서 다시 매핑할 수 있습니다.

적용 대상