Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Item property
References specific session variable in the collection.
Type
WebSession objectSyntax
- Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
The Item(object,Index) syntax has these parts:
object | An expression evaluating to an object of type WebSessions |
Index | Variant. |
Remarks
Item property will return reference to specific session variable object. For example, it can be used like thisUser.SessionVars("MyCount") = 5
this "short way" of accessing session variables is allowed.