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

プロパティ値

プロファイルのプロパティがアプリケーション構成ファイルで定義され、プロファイルがアプリケーションに対して有効になっている場合は、現在のユーザー プロファイルを表すオブジェクト。それ以外の場合は null

例外

適用対象