HttpContextBase.Profile 속성

정의

파생 클래스에서 재정의된 경우 현재 사용자 프로필에 대한 ProfileBase 개체를 가져옵니다.

public:
 virtual property System::Web::Profile::ProfileBase ^ Profile { System::Web::Profile::ProfileBase ^ get(); };
public virtual System.Web.Profile.ProfileBase Profile { get; }
member this.Profile : System.Web.Profile.ProfileBase
Public Overridable ReadOnly Property Profile As ProfileBase

속성 값

ProfileBase

프로필 속성이 애플리케이션 구성 파일에 정의되어 있고 애플리케이션에 대해 프로필을 사용할 수 있으면 현재 사용자 프로필을 나타내는 개체이고, 사용할 수 없으면 null입니다.

예외

적용 대상