Gets or sets the variable value.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object this [
        string variableName
] { get; set; }
Parameters
variableName
Variable name.
Property Value

There is no description.