• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Parameter Element

API Type:
Varigence.Languages.Biml.Task.AstParameterNode
X-Ref:
  • Ast Parameter Node
  • Ast Variable Base Node

Attributes

AttributeAPI TypeDefaultDescription
DataTypeTypeCodeEmpty
This value specifies the type of the variable selected from the list of variable types supported by the system. This is a required property
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
IdGuid00000000-0000-0000-0000-000000000000
Allows the developer to specify a unique identifier (GUID) for the variable. This can be used to retain a consistent ID between builds.
IncludeInDebugDumpIncludeInDebugDumpAutomatic
This value specifies whether the value of this variable will be included in a debug dump.
IsRequiredBooleanFalse
Indicates that this parameter requires a value besides the design default.
IsSensitiveBooleanFalse
Indicates that the parameter stores sensitive information, which should be persisted or encrypted in the catalog.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.

© Varigence