Skip to main content Skip to complementary content

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

      public Task SetPropertiesAsync([QixName("qProp")] GenericVariableProperties prop)
    

Parameters

Type Name Description
GenericVariableProperties prop

Information about the variable.

Returns

Type Description
System.Threading.Tasks.Task

Implements

Remarks

The identifier of a variable cannot be modified.

SetPropertiesAsync(AsyncHandle, GenericVariableProperties)

Sets some properties for a variable.

Declaration

      public 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

Implements

Remarks

The identifier of a variable cannot be modified.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!