SetContent Method
Overloads
| SetContent(String, Boolean) | Sets a value to a variable. | 
SetContent(String, Boolean)
Sets a value to a variable.
Declaration
      [Obsolete("Use _GenericVariable::SetProperties_ method instead")]
bool SetContent([QixName("qContent")] string content, [QixName("qUpdateMRU")] bool updateMRU)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | content | Value of the variable. | 
| System.Boolean | updateMRU | If set to true, the value is added to the Most Recently Used (MRU) list. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
The operation is successful if qReturn is set to true.