Applies To Objects
Description
Returns the Sessions collection containing the individual Session objects that are currently open. Read-only.
Syntax
Set rc = object.Sessions
Element |
Description |
Set |
The Set statement, required for assigning an object reference to a variable. |
rc |
The object variable for referencing the returned object. |
object |
The System object. |
Comments
If no sessions are opened, the object is still returned, but its Count property is 0.