Array of notes about this contact. Will be null if the contact has no notes.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CNote[] Notes { get; }
Visual Basic
Public ReadOnly Property Notes As CNote()
	Get
Visual C++
public:
property array<CNote^>^ Notes {
	array<CNote^>^ get ();
}

See Also