Click or drag to resize

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)
Syntax
private static string GetValue(
	SessionItems pItem
)

Parameters

pItem
Type: Velo.Web.HelperSessionItems
property name

Return Value

Type: String
if session variable not exist then gives empty string
See Also