Back to product page

Name property


Holds name of the session variable.

Type

String

Syntax

  • C#
  • VB.NET
String Name {get; set;}

Property Name As String

Remarks

Here you define name of your session variable. You can set any value to this property. It will not be shown to the client in any way, and will be preserved after user reconnects and requests new page from the server.

Platforms

Windows