Back to product page

Count property


Returns total number of session variables in the collection.

Type

Integer

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type WebSessions

Remarks

Count property returns total number of session variables that exist in the collection. To access variable from the collection, use Item property.

Platforms

Windows