Skip to main content
Parameter represents a single transaction parameter — its name, value, and whether it can be modified.

Properties

NameTypeAccess levelDescription
IsReadOnlyboolRead-writetrue if the parameter is read-only.
NamestringRead-onlyThe name of the parameter.
ValuestringRead-writeThe value of the parameter.
Writing to a parameter whose IsReadOnly is true interrupts rule execution with an error.