C-DEngine 5.105

cdeP..::..cdeE Property

Extended Property Flags Bit 1(1) If set to TRUE, all storage and communication for this property has to be encrypted Bit 2(2) If Set to TRUE, the Property Update will be sent with Queue Prio 1 (Fastest Sending using FILO) Bit 3(4) If set to TRUE, the CTIM of the Property will be automatically set to DateTimeOffset.Now if the property was changed. Bit 4(8) If set to TRUE, the property will ALWAYS update - no mater if the old value= new value ("forceWrite") Bit 5(16) if Set to TRUE, the property will NOT be sent via initial NMI_SET_DATA to browsers, only updates are sent Bit 7(64)=Property is NMI related

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

Syntax


public int cdeE { get; set; }
Public Property cdeE As Integer
	Get
	Set
public:
property int^ cdeE {
	int^ get ();
	void set (int^ value);
}