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
public 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 |
Implements
SetNxPropertiesAsync(AsyncHandle, NxFieldProperties)
Sets some properties to a field.
Declaration
public 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 |