HttpApplicationStateBase.Contents プロパティ

定義

派生クラスでオーバーライドされるとき、HttpApplicationStateBase オブジェクトへの参照を取得します。

public:
 virtual property System::Web::HttpApplicationStateBase ^ Contents { System::Web::HttpApplicationStateBase ^ get(); };
public virtual System.Web.HttpApplicationStateBase Contents { get; }
member this.Contents : System.Web.HttpApplicationStateBase
Public Overridable ReadOnly Property Contents As HttpApplicationStateBase

プロパティ値

HttpApplicationStateBase

HttpApplicationState オブジェクトへの参照。

例外

注釈

このプロパティは、ASP の旧バージョンとの互換性を提供します。

適用対象