C-DEngine 5.105

TheSensorSourceInfo..::..SourceType Property

The type of the sensor in the provider's scope. Type system here is entirely defined by the provider.

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

Syntax


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