SessionSetValue Method |  |
Set a session variable value of type string
Namespace:
Velo.Web.Helper
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate static void SetValue(
SessionItems pItem,
string pValue
)
Private Shared Sub SetValue (
pItem As SessionItems,
pValue As String
)
Parameters
- pItem
- Type: Velo.Web.HelperSessionItems
- pValue
- Type: SystemString
See Also