CreateVariable Method
Overloads
| CreateVariable(String) | Creates a variable. | 
CreateVariable(String)
Creates a variable.
Declaration
      [Obsolete("Use _Doc::CreateVariableEx_ method instead")]
public bool CreateVariable([QixName("qName")] string name)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | Name of the variable. Variable names are case sensitive. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Implements
Remarks
The operation is successful if qReturn is set to true.