次の方法で共有


HttpContextWrapper.Profile プロパティ

定義

現在のユーザー プロファイルの ProfileBase オブジェクトを取得します。

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

プロパティ値

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

適用対象