This is the code which i am using..
using PWServiceProxy
PortfolioQueryOptions Query = new PortfolioQueryOptions();
Query.PortfolioTypes = "Funded";
I am receiving an error such as
Cannot implicitly convert type string to PWServiceProxy.PortfolioTypes.