C-DEngine 5.105

cdeP..::..cdePB Property

The Proptery Bag of a Property. ATTENTION: Direct Manipulation of cdePB 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


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