Global¶
A file underneath the project root's Globals folder that has a .global extension.
Global Constraints¶
pattern: the string must match the following regular expression:
(^/.+/Globals/).*(.+\.global)$|(^Globals/).*(.+\.global)$
Global Examples¶
"/MyApp/Globals/MyApplicationVersion.global"
- type:
string