Parameter.Enable operator

Introduced

v4.0

Description

Controls whether the parameter is read-only, and is identical to the Parameter.ReadOnly property. It is provided for backward compatibility with SPDL logic.

Scripting Syntax

oBoolean = Parameter.Enable();

Return Value

Boolean

See Also

siCapabilities Parameter.ReadOnly