Methods
(static) get(name, contextopt) → {string|undefined}
Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
name | 
            
            string | The property name.  | 
        ||
context | 
            
            string | 
                
                    <optional> | 
            
            
                
                
                    eSwatSessionContext
                
                 | 
            
            Represents the session context where the property will be searched (e.g eSessionContext, eSwatSessionContext).
  | 
        
Returns:
Returns the session property value
- Type
 - string | undefined
 
(static) set(name, value, contextopt)
Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
name | 
            
            string | The property name.  | 
        ||
value | 
            
            string | integer | boolean | The property new value.  | 
        ||
context | 
            
            string | 
                
                    <optional> | 
            
            
                
                
                    eSwatSessionContext
                
                 | 
            
            Represents the session context where the property will be set (e.g eSessionContext, eSwatSessionContext).
  |