The id of the inspection to get information for.

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

Syntax

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

See Also