The number of notes that exist for this contact

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

Syntax

C#
public int NoteCount { get; }
Visual Basic
Public ReadOnly Property NoteCount As Integer
	Get
Visual C++
public:
property int NoteCount {
	int get ();
}

See Also