SessionGetValue Method |  |
Gives 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 string GetValue(
SessionItems pItem
)
Private Shared Function GetValue (
pItem As SessionItems
) As String
Parameters
- pItem
- Type: Velo.Web.HelperSessionItems
property name
Return Value
Type:
Stringif session variable not exist then gives empty string
See Also