C-DEngine 5.105

TheSensorSourceInfo..::..cdeType Property

The default cdeT type that this sensor should be mapped to

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

Syntax


public Nullable<ePropertyTypes> cdeType { get; set; }
Public Property cdeType As Nullable(Of ePropertyTypes)
	Get
	Set
public:
property Nullable<ePropertyTypes^> cdeType {
	Nullable<ePropertyTypes^> get ();
	void set (Nullable<ePropertyTypes^> value);
}