HttpContextBase.Profile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中覆寫時,會取得 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