Click or drag to resize
AbstractStructureIsSet Method
Checks if a property is set

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public bool IsSet(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property

Return Value

Type: Boolean
True if the property is set
See Also