Property Expression Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ExternalProperty | String | Used if a PropertyName is not defined as a referenceable item in BIML. The text here will be passed directly into the target without evaluation by the compiler. | |
PropertyName | AstPropertyNode | This value specifies a direct reference to the target property. This references an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |