Click or drag to resize
GenericObjectSetProperties Method

Sets some properties for a generic object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void SetProperties(
	GenericObjectProperties prop
)

Parameters

prop
Type: Qlik.EngineGenericObjectProperties
Information about the generic object This parameter is mandatory.

Implements

IGenericObjectSetProperties(GenericObjectProperties)
See Also