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.2.0

Syntax

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

See Also