次の方法で共有


AspNetWebSocketContext.Profile プロパティ

定義

ユーザー プロファイル データを含むオブジェクトを取得します。

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

例外

プロパティは実装されていません。

適用対象