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

Documentation

Support Forums
What can we help you with?
Topics

Script Project Variable Reference Element

API Type:
Varigence.Languages.Biml.Script.AstScriptProjectVariableReferenceNode
X-Ref:
  • Ast Script Project Variable Reference Node

Attributes

AttributeAPI TypeDefaultDescription
DataTypeTypeCodeEmpty
This value specifies the type of the target variable that will be made accessible to the script project user code. This is a required property
VariableNameString 
This value specifies the name of target variable that will be made accessible to the script project user code. This is not modeled as a direct reference to a variable, because the parent script project can be used from a variety of packages. This is a required property
NamespaceString 
This value specifies the variable namespace of the target variable that will be made accessible to the script project user code.

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