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