C-DEngine 5.105

TheSensorSourceInfo..::..SensorId Property

Uniquely identifies the source of the sensor within the provider's scope (i.e. an OPC UA node id).

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

Syntax


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