Static
Description
Static values that are merely "looped through".
Allowed values
Value (value) | Description |
---|---|
Random value | The value of a static information can be whatever you choose. |
Example
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- Information to be determined -->
<collectedValues>
<collectedValue type="Static"
displayName="InstallationsId"
value="01234" />
</collectedValues>
...
</applicationSettings>
</configuration>