Whether or not the inspection should be marked as a rush with a shorter due date.

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

Syntax

C#
public bool IsRush { get; set; }
Visual Basic
Public Property IsRush As Boolean
	Get
	Set
Visual C++
public:
property bool IsRush {
	bool get ();
	void set (bool value);
}

See Also