Unique numeric identifier of the sensor.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public uint SensorID { get; }
Visual Basic
Public ReadOnly Property SensorID As UInteger
	Get
Visual C++
public:
property unsigned int SensorID {
	unsigned int get ();
}
F#
member SensorID : uint32 with get

Property Value

Type: UInt32

See Also