Tagged Questions
The propertybag tag has no wiki summary.
9
votes
2answers
168 views
What is the best way to represent a type-safe property bag in a class?
I have a 3rd party application that provides an object with many "attributes", which are simply pairs of (string) keys and values. The value types can be either strings, DateTime, Int32 or Int64.
I ...
1
vote
0answers
84 views
PowerShell - SCOM PropertyBag, How to check if already added?
I want to add values to a PropertyBag.
How is it possible to check if the value is already in the PropertyBag?
I know one can use an array, list, etc. But how can I use the $bag/$api object to do ...
1
vote
1answer
118 views
Using c#, how to extract propertybags created in vb6 sent via MSMQ
I have a legacy application written in vb6 which produces MSMQ messages. The boby of these MSMQ messages contains propertybags.
My question is: how can I, using c#, retrieve the content of these ...
1
vote
2answers
780 views
SharePoint PropertyBag Settings 2010 access denied 0x80070005
I'm trying to get SharePoint PropertyBag Settings 2010 working in my Central Administration site, and it seems to be working, at least partly. However, there's a problem: when I click the web ...