IHttpSessionState::Count Property
.NET Framework (current version)
Gets the number of items in the session-state item collection.
Assembly: System.Web (in System.Web.dll)
The following code example implements the Count property of the IHttpSessionState interface to return the number of items in the internal session-state item collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: