IGenericObjectSetPropertiesAsync Method |
Sets some properties for a generic object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task SetPropertiesAsync(
GenericObjectProperties prop,
AsyncHandle asyncHandle = null
)
Function SetPropertiesAsync (
prop As GenericObjectProperties,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- prop
- Type: Qlik.EngineGenericObjectProperties
Information about the generic object
This parameter is mandatory. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also