C-DEngine 5.105

TheThing..::..MyPropertyBag Property

The Main PropertyBag. ATTENTION: Direct Manipulation of MyPropertyBag will not fire any events and circumvents encryption and other API based management. Only access this Bag if you know exactly what you are doing. NOTE: It is possible that we remove access to the Bag in a later version of the C-DEngine - do not rely on its access availability

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[JsonConverterAttribute]
public cdeConcurrentDictionary<string, cdeP> MyPropertyBag { get; set; }
<JsonConverterAttribute> _
Public Property MyPropertyBag As cdeConcurrentDictionary(Of String, cdeP)
	Get
	Set
[JsonConverterAttribute]
public:
property cdeConcurrentDictionary<String^, cdeP^>^ MyPropertyBag {
	cdeConcurrentDictionary<String^, cdeP^>^ get ();
	void set (cdeConcurrentDictionary<String^, cdeP^>^ value);
}