Skip to main content Skip to complementary content

SetNxPropertiesAsync Method

Overloads

SetNxPropertiesAsync(NxFieldProperties)

Sets some properties to a field.

SetNxPropertiesAsync(AsyncHandle, NxFieldProperties)

Sets some properties to a field.

SetNxPropertiesAsync(NxFieldProperties)

Sets some properties to a field.

Declaration

      Task SetNxPropertiesAsync([QixName("qProperties")] NxFieldProperties properties)
    

Parameters

Type Name Description
NxFieldProperties properties

Information about the properties of the field.

Returns

Type Description
System.Threading.Tasks.Task

SetNxPropertiesAsync(AsyncHandle, NxFieldProperties)

Sets some properties to a field.

Declaration

      Task SetNxPropertiesAsync(AsyncHandle asyncHandle, [QixName("qProperties")] NxFieldProperties properties)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

NxFieldProperties properties

Information about the properties of the field.

Returns

Type Description
System.Threading.Tasks.Task

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!