Skip to main content

%Installer.SystemSetting

class %Installer.SystemSetting extends %Installer.Activity

This is a "SystemSetting" activity within a Manifest document

Property Inventory

Properties

property Target as %String (MAXLEN = 128, XMLNAME = "Name") [ Required ];
Setting name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()
property Value as %String (MAXLEN = 32000) [ Required ];
Variable value, note that this must be a literal value.
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab