C-DEngine 5.105

cdeP..::..Value Property

The current value of the property. ATTENTION: If the value is stored encrypted, this property return the encrypted value NOT the unencrypted value! Is is required for proper serialization/deserialization. Use .GetValue() instead for proper decrypted value

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

Syntax


public Object Value { get; set; }
Public Property Value As Object
	Get
	Set
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}