C-DEngine 5.105

TheThingIdentity..::..DeviceType Property

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

Syntax


public string DeviceType { get; set; }
Public Property DeviceType As String
	Get
	Set
public:
property String^ DeviceType {
	String^ get ();
	void set (String^ value);
}