| IFieldSetNxPropertiesAsync Method  | 
Sets some properties to a field.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask SetNxPropertiesAsync(
	NxFieldProperties properties,
	AsyncHandle asyncHandle = null
)
Function SetNxPropertiesAsync ( 
	properties As NxFieldProperties,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- properties
 - Type: Qlik.EngineNxFieldProperties
Information about the properties of the field - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request 
Return Value
Type: 
Task
See Also