共用方式為


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

如果應用程式組態檔包含設定檔屬性的定義,則為 ProfileBase 物件,否則為 null

例外狀況

屬性未實作。

適用於