DestroySessionVariableByName Method
Overloads
| DestroySessionVariableByName(String) | 
             Removes a transient variable.  | 
        
      
    
DestroySessionVariableByName(String)
Removes a transient variable.
Declaration
      bool DestroySessionVariableByName([QixName("qName")] string name)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
           Name of the variable.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
qSuccess is set to true if the operation is successful.