List of completed inspections for given customer codes that have not yet been exported previously.

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

Syntax

C#
public List<InspectionExport> Inspections { get; set; }
Visual Basic
Public Property Inspections As List(Of InspectionExport)
	Get
	Set
Visual C++
public:
property List<InspectionExport^>^ Inspections {
	List<InspectionExport^>^ get ();
	void set (List<InspectionExport^>^ value);
}

See Also