Configuration Value Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataType | TypeCode | Empty | This value specifies the TypeCode for the data type of the property value that will be assigned. This is a required property |
Name | String | 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 | |
PropertyPath | String | 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 | |
Value | String | This value specifies the value that will be assigned to the property specifies in PropertyPath. This is a required property |
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. |