Skip to main content

Configuration Value Element

Configuration Value Element

Attributes

AttributeAPI TypeDefaultDescription
DataTypeTypeCodeEmpty
This value specifies the TypeCode for the data type of the property value that will be assigned. 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
PropertyPathString 
This value specifies a fully qualified path to the name of the property whose value will be assigned by this configuration value setting. This is a required property
ValueString 
This value specifies the value that will be assigned to the property specifies in PropertyPath. This is a required property

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.