# Persistent user variables

**URL:** https://www.finalbuilder.com/forums/t/persistent-user-variables/2215
**Category:** Discussion
**Created:** [November 6, 2013, 3:32am UTC](https://www.finalbuilder.com/forums/t/persistent-user-variables/2215 "2013-11-06T03:32:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![davestiff](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/d/f08c70/32.png) [@davestiff](https://www.finalbuilder.com/forums/u/davestiff)
#### Post date: [November 6, 2013, 3:32am UTC](https://www.finalbuilder.com/forums/t/persistent-user-variables/2215/1 "2013-11-06T03:32:38Z")

</div>

Hello,

I have a Parent project with a persistent user variable (PUV). PUV&nbsp;varTFSSolutionRootFolder gets assigned in Parent and holds the TFS solution path.

Parent project includes Child project that tries to use PUV but it is blank.

Can persistent user variables be used in child projects?

&nbsp;Thanks!  
Dave

---

<div class="post-metadata">

### Author: ![nevar](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/n/c4cdca/32.png) [@nevar](https://www.finalbuilder.com/forums/u/nevar)
#### Post date: [November 6, 2013, 10:50am UTC](https://www.finalbuilder.com/forums/t/persistent-user-variables/2215/2 "2013-11-06T10:50:29Z")

</div>

Hi Dave,   
  
 Is the included project action sharing the namespace with the child project?

---

<div class="post-metadata">

### Author: ![davestiff](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/d/f08c70/32.png) [@davestiff](https://www.finalbuilder.com/forums/u/davestiff)
#### Post date: [November 7, 2013, 2:14am UTC](https://www.finalbuilder.com/forums/t/persistent-user-variables/2215/3 "2013-11-07T02:14:08Z")

</div>

Hi Jason,

"Share Host project Variables NameSpace" is currently unchecked.

&nbsp;Thanks,  
Dave

---

<div class="post-metadata">

### Author: ![nevar](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/n/c4cdca/32.png) [@nevar](https://www.finalbuilder.com/forums/u/nevar)
#### Post date: [November 7, 2013, 10:23am UTC](https://www.finalbuilder.com/forums/t/persistent-user-variables/2215/4 "2013-11-07T10:23:02Z")

</div>

Hi David,   
  
 To share the values between a project and one it includes the option “Share Host project Variables NameSpace” needs to be turned on. Either this or the variable values need to be passed as parameters.   
  
 If the child project lives in the same namespace as the parent, and nothing adverse will occur if all its variable values are updated by the parent. Use the “Share Host project Variables NameSpace”. Otherwise pass the variables that are required to the included project.
