Back to product page

Remove method


Removes session variable from the collection.

Type

Void

Syntax

  • C#
  • VB.NET
Void Remove(String Name);
The Remove(Name) syntax has these parts:
NameString vlaue, specifying session variable name.

Void Remove(WebSessionVar Item);
The Remove(Item) syntax has these parts:
ItemSession object to remove from the collection.

Sub Remove(ByVal Name As String)
The Remove(Name) syntax has these parts:
NameString vlaue, specifying session variable name.

Sub Remove(ByVal Item As WebSessionVar)
The Remove(Item) syntax has these parts:
ItemSession object to remove from the collection.

Platforms

Windows