How can I access ProjectSettings?

Hello,  

Using Studio 2014 API, I am trying to find a way to assign FieldValues to a project.  According to  http://producthelp.sdl.com/SDK/ProjectAutomationApi/3.0/html/7f54687d-2336-48f0-b70b-1fe051234be2.htm, we should be able to do the following:

tmSettings.ProjectSettings.Value = fvCollection; 

But, for some reason, I cannot get to tmSettings.ProjectSettings.  Is there any sample code to get tmSettings.ProjectSettings?

Thank you!

Rieko