SessionName (Read Only) |
Top Previous Next |
Returns the SessionName for this Session object.
VB.NET
[String =] Session.SessionName
C#
[String =] Session.SessionName;
Remarks
The SessionName is unique among all instances of Session.
|