SetPropertiesAsync Method
Overloads
| SetPropertiesAsync(GenericVariableProperties) |
Sets some properties for a variable. |
|
| SetPropertiesAsync(AsyncHandle, GenericVariableProperties) |
Sets some properties for a variable. |
SetPropertiesAsync(GenericVariableProperties)
Sets some properties for a variable.
Declaration
Task SetPropertiesAsync([QixName("qProp")] GenericVariableProperties prop)
Parameters
| Type | Name | Description |
|---|---|---|
| GenericVariableProperties | prop |
Information about the variable. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
The identifier of a variable cannot be modified.
SetPropertiesAsync(AsyncHandle, GenericVariableProperties)
Sets some properties for a variable.
Declaration
Task SetPropertiesAsync(AsyncHandle asyncHandle, [QixName("qProp")] GenericVariableProperties prop)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| GenericVariableProperties | prop |
Information about the variable. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
The identifier of a variable cannot be modified.