The number of notes that exist for this contact

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

Syntax

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

See Also