Customer special attention notes. Notes from the underwriter to the inspection company pointing out specific concerns or needs.

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

Syntax

C#
public string Notes { get; set; }
Visual Basic
Public Property Notes As String
	Get
	Set
Visual C++
public:
property String^ Notes {
	String^ get ();
	void set (String^ value);
}

See Also