Get strongly-typed value of the session variable with the given name.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract T GetSessionVariable<T> (
        string name
) 
Type Parameters
T
Variable type.
Parameters
name
Variable name.
Return Value
Variable value.