Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%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