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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void SetProperties(
	GenericObjectProperties prop
)

Parameters

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

Return Value

Type: 

Implements

IGenericObjectSetProperties(GenericObjectProperties)
See Also