Back to product page

Update method


Updates value of existing item in WebSessionVars collection.

Type

WebSessionVar object

Syntax

  • C#
  • VB.NET
WebSessionVar Update(String Name, Object Value);
The Update(Name,Value) syntax has these parts:
NameSpecified session variable name.
ValueSpecifies session variable value.
Return valueWeOnlyDo.Server.WebSessionVar object

Function Update(ByVal Name As String, ByVal Value As Object) As WebSessionVar
The Update(Name,Value) syntax has these parts:
NameSpecified session variable name.
ValueSpecifies session variable value.
Return valueWeOnlyDo.Server.WebSessionVar object

Platforms

Windows