Set the new value for a session variable with the given name.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract void SetSessionVariable (
        string name,
        object value
) 
Parameters
name
Variable name.
value
Variable value.