List of all photos attached to an inspection.

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

Syntax

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

See Also