Skip to main content

%Installer.IfNotDef

class %Installer.IfNotDef extends %Installer.Sequence

This is an "IfNotDef" activity within a Manifest document. Similar to "IfDef", this is a conditional statement used to return True if the "Variable" property is not set.

Property Inventory

Properties

property Var as %String [ Required ];
The variable to check whether it has been defined or not.
Property methods: VarDisplayToLogical(), VarGet(), VarIsValid(), VarLogicalToDisplay(), VarLogicalToOdbc(), VarNormalize(), VarSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab