Inspections to export to carrier.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<Inspection> Inspections { get; set; } |
Visual Basic |
---|
Public Property Inspections As List(Of Inspection) Get Set |
Visual C++ |
---|
public: property List<Inspection^>^ Inspections { List<Inspection^>^ get (); void set (List<Inspection^>^ value); } |