C-DEngine 5.105

TheDataBase..::..cdeEXP Property

Expiration in Seconds of the class If a derived class is stored in a StorageMirror and cdeEXP is set to>0, the StorageMirror will automatically delete this record after the time has passed

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

Syntax


public long cdeEXP { get; set; }
Public Property cdeEXP As Long
	Get
	Set
public:
property long long^ cdeEXP {
	long long^ get ();
	void set (long long^ value);
}