次の方法で共有


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

例外

適用対象