numeric identifier of the type of sensor that sent this message

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

Syntax

C#
public int ProfileID { get; set; }
Visual Basic
Public Property ProfileID As Integer
	Get
	Set
Visual C++
public:
property int ProfileID {
	int get ();
	void set (int value);
}
F#
member ProfileID : int with get, set

Property Value

Type: Int32

See Also