다음을 통해 공유


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 디렉터리 특성입니다. 이 속성 다시 매핑할 수 있습니다 Web.config 파일에서 설정 하 여 합니다 attributeMapUserName 특성을 providers 요소 (ASP.NET 설정 스키마) 프로필에 대 한 프로필에 대 한 요소입니다.

적용 대상