Score value 1-100 for severity of the individual hazard.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also