System.Web.SessionState.IHttpSessionState.StaticObjects Property

Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.

Syntax

public System.Web.HttpStaticObjectsCollection StaticObjects { get; }

Value

Documentation for this section has not yet been entered.

Remarks

StaticObjects is provided for compatibility with earlier versions of ASP.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0