C-DEngine 5.105

cdeP..::..cdeT Property

Type of Property 0=String 1=Number 2=boolean 3=Date 4=Binary 5=Function 6=Guid

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

Syntax


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