Link to home
Start Free TrialLog in
Avatar of marmaxx
marmaxx

asked on

Using a Property Bag

I am looking for an example of how to use the PropertyBag class in C#.

I want to use the property bag to persist data retrieved from a web service. I cannot find any examples of how to do this.

I also want to be able to check the property bag to see if it contains a particular value (an identifier). If it does, then I want to use the values from the property bag. If it doesn't, I want to call the web service with the new valuek and repopulate the property bag.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of _TAD_
_TAD_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial