Skip to main content

Property Expression Element

Property Expression Element

Attributes

AttributeAPI TypeDefaultDescription
ExternalPropertyString 
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.
PropertyNameAstPropertyNode 
This value specifies a direct reference to the target property. This references an existing definiton.

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.